#5D9FAD

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

Shades of Cadet Blue #5D9FAD

Tints of Cadet Blue #5D9FAD

Color information

#5D9FAD (or 0x5D9FAD) is unknown color: approx Cadet Blue. HEX triplet: 5D, 9F and AD. RGB value is (93,159,173). Sum of RGB (Red+Green+Blue) = 93+159+173=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D9FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D9FAD is #A26052. Grayscale: #8C8C8C. Windows color (decimal): -10641491 or 11378525. OLE color: 11378525.

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

Color convert

RGB93159173-
CMYK0.460.0800.32
HSL190.5º32.79%52.16%-
HSV(B)190.5º46.24%67.84%-
XYZ24.4630.1444.06-
YUV140.86146.1393.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.88%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=21.88%
G=37.41%
B=40.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931591730.460.0800.32190.532.7952.16
Hex5D9FAD2E8020be2134
Octal13523725556100402764164
Binary101110110011111101011011011101000010000010111110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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