#5C949F

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

Shades of Cadet Blue #5C949F

Tints of Cadet Blue #5C949F

Color information

#5C949F (or 0x5C949F) is unknown color: approx Cadet Blue. HEX triplet: 5C, 94 and 9F. RGB value is (92,148,159). Sum of RGB (Red+Green+Blue) = 92+148+159=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C949F is #A36B60. Grayscale: #848484. Windows color (decimal): -10709857 or 10458204. OLE color: 10458204.

HSL color Cylindrical-coordinate representation of color #5C949F: hue angle of 189.85º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C949F is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB92148159-
CMYK0.420.0700.38
HSL189.85º26.69%49.22%-
HSV(B)189.85º42.14%62.35%-
XYZ21.2625.9636.69-
YUV132.51142.9599.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=23.06%
G=37.09%
B=39.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal921481590.420.0700.38189.8526.6949.22
Hex5C949F2A7026be1b31
Octal1342242375270462763361
Binary1011100100101001001111110101011101001101011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,148,159); }

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

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

 a { background-color: rgb(92,148,159); }

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

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

 span { border-color: rgb(92,148,159); }

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