#5D9B9C

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

Shades of Cadet Blue #5D9B9C

Tints of Cadet Blue #5D9B9C

Color information

#5D9B9C (or 0x5D9B9C) is unknown color: approx Cadet Blue. HEX triplet: 5D, 9B and 9C. RGB value is (93,155,156). Sum of RGB (Red+Green+Blue) = 93+155+156=404 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.02% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D9B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9B9C is #A26463. Grayscale: #888888. Windows color (decimal): -10642532 or 10263389. OLE color: 10263389.

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

Color convert

RGB93155156-
CMYK0.400.0100.39
HSL180.95º25.3%48.82%-
HSV(B)180.95º40.38%61.18%-
XYZ22.2428.1735.72-
YUV136.58138.9696.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.02%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=23.02%
G=38.37%
B=38.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931551560.400.0100.39180.9525.348.82
Hex5D9B9C281027b51931
Octal1352332345010472653161
Binary10111011001101110011100101000101001111011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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