#5D989B

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

Shades of Cadet Blue #5D989B

Tints of Cadet Blue #5D989B

Color information

#5D989B (or 0x5D989B) is unknown color: approx Cadet Blue. HEX triplet: 5D, 98 and 9B. RGB value is (93,152,155). Sum of RGB (Red+Green+Blue) = 93+152+155=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D989B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D989B is #A26764. Grayscale: #868686. Windows color (decimal): -10643301 or 10197085. OLE color: 10197085.

HSL color Cylindrical-coordinate representation of color #5D989B: hue angle of 182.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D989B is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93152155-
CMYK0.40.0200.39
HSL182.9º25%48.63%-
HSV(B)182.9º40%60.78%-
XYZ21.6627.1535.11-
YUV134.7139.4598.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.25%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=23.25%
G=38%
B=38.75%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931521550.40.0200.39182.92548.63
Hex5D989B282027b71931
Octal1352302335020472673161
Binary101110110011000100110111010001001001111011011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,152,155); }

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

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

 a { background-color: rgb(93,152,155); }

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

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

 span { border-color: rgb(93,152,155); }

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