#5C9DAA

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

Shades of Cadet Blue #5C9DAA

Tints of Cadet Blue #5C9DAA

Color information

#5C9DAA (or 0x5C9DAA) is unknown color: approx Cadet Blue. HEX triplet: 5C, 9D and AA. RGB value is (92,157,170). Sum of RGB (Red+Green+Blue) = 92+157+170=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 157 (61.72% from 255 or 37.47% 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 #5C9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9DAA is #A36255. Grayscale: #8A8A8A. Windows color (decimal): -10707542 or 11181404. OLE color: 11181404.

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

Color convert

RGB92157170-
CMYK0.460.0800.33
HSL190º31.45%51.37%-
HSV(B)190º45.88%66.67%-
XYZ23.7329.2942.43-
YUV139.05145.4794.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.96%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=21.96%
G=37.47%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921571700.460.0800.3319031.4551.37
Hex5C9DAA2E8021be1f33
Octal13423525256100412763763
Binary10111001001110110101010101110100001000011011111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,157,170); }

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

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

 a { background-color: rgb(92,157,170); }

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

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

 span { border-color: rgb(92,157,170); }

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