#5D9FAA

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

Shades of Cadet Blue #5D9FAA

Tints of Cadet Blue #5D9FAA

Color information

#5D9FAA (or 0x5D9FAA) is unknown color: approx Cadet Blue. HEX triplet: 5D, 9F and AA. RGB value is (93,159,170). Sum of RGB (Red+Green+Blue) = 93+159+170=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9FAA is #A26055. Grayscale: #8C8C8C. Windows color (decimal): -10641494 or 11181917. OLE color: 11181917.

HSL color Cylindrical-coordinate representation of color #5D9FAA: hue angle of 188.57º 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 #5D9FAA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB93159170-
CMYK0.450.0600.33
HSL188.57º31.17%51.57%-
HSV(B)188.57º45.29%66.67%-
XYZ24.1730.0342.55-
YUV140.52144.6394.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.04%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=22.04%
G=37.68%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931591700.450.0600.33188.5731.1751.57
Hex5D9FAA2D6021bd1f34
Octal1352372525560412753764
Binary1011101100111111010101010110111001000011011110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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