#5D9B98

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

Shades of Cadet Blue #5D9B98

Tints of Cadet Blue #5D9B98

Color information

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

HSL color Cylindrical-coordinate representation of color #5D9B98: hue angle of 177.1º 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 #5D9B98 is Cyan = 0.4, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB93155152-
CMYK0.400.020.39
HSL177.1º25%48.63%-
HSV(B)177.1º40%60.78%-
XYZ21.928.0433.96-
YUV136.12136.9697.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931551520.400.020.39177.12548.63
Hex5D9B98280227b11931
Octal1352332305002472613161
Binary101110110011011100110001010000101001111011000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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