#5DC0DB

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

Shades of Malibu #5DC0DB

Tints of Malibu #5DC0DB

Color information

#5DC0DB (or 0x5DC0DB) is unknown color: approx Malibu. HEX triplet: 5D, C0 and DB. RGB value is (93,192,219). Sum of RGB (Red+Green+Blue) = 93+192+219=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #5DC0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC0DB is #A23F24. Grayscale: #A5A5A5. Windows color (decimal): -10632997 or 14401629. OLE color: 14401629.

HSL color Cylindrical-coordinate representation of color #5DC0DB: hue angle of 192.86º 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 #5DC0DB is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB93192219-
CMYK0.580.1200.14
HSL192.86º63.64%61.18%-
HSV(B)192.86º57.53%85.88%-
XYZ36.1545.1473.83-
YUV165.48158.276.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.45%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=18.45%
G=38.10%
B=43.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal931922190.580.1200.14192.8663.6461.18
Hex5DC0DB3AC0Ec1403d
Octal135300333721401630110075
Binary10111011100000011011011111010110001110110000011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,192,219); }

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

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

 a { background-color: rgb(93,192,219); }

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

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

 span { border-color: rgb(93,192,219); }

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