#5BC5DB

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

Shades of Malibu #5BC5DB

Tints of Malibu #5BC5DB

Color information

#5BC5DB (or 0x5BC5DB) is unknown color: approx Malibu. HEX triplet: 5B, C5 and DB. RGB value is (91,197,219). Sum of RGB (Red+Green+Blue) = 91+197+219=507 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.95% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #5BC5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC5DB is #A43A24. Grayscale: #A7A7A7. Windows color (decimal): -10762789 or 14402907. OLE color: 14402907.

HSL color Cylindrical-coordinate representation of color #5BC5DB: hue angle of 190.31º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5BC5DB is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB91197219-
CMYK0.580.1000.14
HSL190.31º64%60.78%-
HSV(B)190.31º58.45%85.88%-
XYZ37.0747.2774.19-
YUV167.81156.8873.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.95%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=17.95%
G=38.86%
B=43.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal911972190.580.1000.14190.316460.78
Hex5BC5DB3AA0Ebe403d
Octal133305333721201627610075
Binary10110111100010111011011111010101001110101111101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,197,219); }

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

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

 a { background-color: rgb(91,197,219); }

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

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

 span { border-color: rgb(91,197,219); }

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