#5A979C

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

Shades of Cadet Blue #5A979C

Tints of Cadet Blue #5A979C

Color information

#5A979C (or 0x5A979C) is unknown color: approx Cadet Blue. HEX triplet: 5A, 97 and 9C. RGB value is (90,151,156). Sum of RGB (Red+Green+Blue) = 90+151+156=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A979C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A979C is #A56863. Grayscale: #858585. Windows color (decimal): -10840164 or 10262362. OLE color: 10262362.

HSL color Cylindrical-coordinate representation of color #5A979C: hue angle of 184.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A979C is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90151156-
CMYK0.420.0300.39
HSL184.55º26.83%48.24%-
HSV(B)184.55º42.31%61.18%-
XYZ21.2826.7135.49-
YUV133.33140.7997.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 151 (59.38% from 255) = 38.04%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=22.67%
G=38.04%
B=39.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901511560.420.0300.39184.5526.8348.24
Hex5A979C2A3027b91b30
Octal1322272345230472713360
Binary101101010010111100111001010101101001111011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,151,156); }

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

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

 a { background-color: rgb(90,151,156); }

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

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

 span { border-color: rgb(90,151,156); }

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