#5DC5DD

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

Shades of Malibu #5DC5DD

Tints of Malibu #5DC5DD

Color information

#5DC5DD (or 0x5DC5DD) is unknown color: approx Malibu. HEX triplet: 5D, C5 and DD. RGB value is (93,197,221). Sum of RGB (Red+Green+Blue) = 93+197+221=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DC5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC5DD is #A23A22. Grayscale: #A8A8A8. Windows color (decimal): -10631715 or 14533981. OLE color: 14533981.

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

Color convert

RGB93197221-
CMYK0.580.1100.13
HSL191.25º65.31%61.57%-
HSV(B)191.25º57.92%86.67%-
XYZ37.5347.4875.59-
YUV168.64157.5474.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.20%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=18.20%
G=38.55%
B=43.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931972210.580.1100.13191.2565.3161.57
Hex5DC5DD3AB0Dbf413e
Octal135305335721301527710176
Binary10111011100010111011101111010101101101101111111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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