#5DB0DD

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

Shades of Malibu #5DB0DD

Tints of Malibu #5DB0DD

Color information

#5DB0DD (or 0x5DB0DD) is unknown color: approx Malibu. HEX triplet: 5D, B0 and DD. RGB value is (93,176,221). Sum of RGB (Red+Green+Blue) = 93+176+221=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DB0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB0DD is #A24F22. Grayscale: #9C9C9C. Windows color (decimal): -10637091 or 14528605. OLE color: 14528605.

HSL color Cylindrical-coordinate representation of color #5DB0DD: hue angle of 201.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB0DD is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93176221-
CMYK0.580.2000.13
HSL201.09º65.31%61.57%-
HSV(B)201.09º57.92%86.67%-
XYZ33.0938.674.11-
YUV156.31164.582.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.98%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 221 (86.72% from 255) = 45.10%
R=18.98%
G=35.92%
B=45.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931762210.580.2000.13201.0965.3161.57
Hex5DB0DD3A140Dc9413e
Octal135260335722401531110176
Binary101110110110000110111011110101010001101110010011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,176,221); }

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

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

 a { background-color: rgb(93,176,221); }

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

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

 span { border-color: rgb(93,176,221); }

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