#5bc3d5

Color #5BC3D5 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5BC3D5

Tints of Malibu #5BC3D5

Color information

#5BC3D5 (or 0x5BC3D5) is unknown color: approx Malibu. HEX triplet: 5B, C3 and D5. RGB value is (91,195,213). Sum of RGB (Red+Green+Blue) = 91+195+213=499 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.24% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #5BC3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC3D5 is #A43C2A. Grayscale: #A5A5A5. Windows color (decimal): -10763307 or 14009179. OLE color: 14009179.

HSL color Cylindrical-coordinate representation of color #5BC3D5: hue angle of 188.85º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BC3D5 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB91195213-
CMYK0.570.0800.16
HSL188.85º59.22%59.61%-
HSV(B)188.85º57.28%83.53%-
XYZ35.8446.0669.95-
YUV165.96154.5474.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 18.24%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 213 (83.59% from 255) = 42.69%
R=18.24%
G=39.08%
B=42.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal911952130.570.0800.16188.8559.2259.61
Hex5BC3D5398010bd3b3c
Octal13330332571100202757374
Binary10110111100001111010101111001100001000010111101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bc3d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bc3d5; }

 p { color: rgb(91,195,213); }

 H1.HeaderClassName
 {
   color: #5bc3d5;
 }
 .AnyTagClassName
 {
   color: #5bc3d5;
 }
</style>
background-color css

<style>
 a { background-color: #5bc3d5; }

 a { background-color: rgb(91,195,213); }

 div.DivClassName
 {
   background-color: #5bc3d5;
 }
 .BgClassName
 {
   background-color: #5bc3d5;
 }
</style>
border-color css

<style>
 span { border-color: #5bc3d5; }

 span { border-color: rgb(91,195,213); }

 td.TdClassName
 {
   border-color: #5bc3d5;
 }
 .TagClassName
 {
   border-color: #5bc3d5;
 }
</style>