#5D9CAA

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

Shades of Cadet Blue #5D9CAA

Tints of Cadet Blue #5D9CAA

Color information

#5D9CAA (or 0x5D9CAA) is unknown color: approx Cadet Blue. HEX triplet: 5D, 9C and AA. RGB value is (93,156,170). Sum of RGB (Red+Green+Blue) = 93+156+170=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9CAA is #A26355. Grayscale: #8A8A8A. Windows color (decimal): -10642262 or 11181149. OLE color: 11181149.

HSL color Cylindrical-coordinate representation of color #5D9CAA: hue angle of 190.91º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D9CAA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93156170-
CMYK0.450.0800.33
HSL190.91º31.17%51.57%-
HSV(B)190.91º45.29%66.67%-
XYZ23.6629.0142.38-
YUV138.76145.6395.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=22.20%
G=37.23%
B=40.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931561700.450.0800.33190.9131.1751.57
Hex5D9CAA2D8021bf1f34
Octal13523425255100412773764
Binary10111011001110010101010101101100001000011011111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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