#5CA297

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

Shades of Cadet Blue #5CA297

Tints of Cadet Blue #5CA297

Color information

#5CA297 (or 0x5CA297) is unknown color: approx Cadet Blue. HEX triplet: 5C, A2 and 97. RGB value is (92,162,151). Sum of RGB (Red+Green+Blue) = 92+162+151=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA297 is #A35D68. Grayscale: #8B8B8B. Windows color (decimal): -10706281 or 9937500. OLE color: 9937500.

HSL color Cylindrical-coordinate representation of color #5CA297: hue angle of 170.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA297 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB92162151-
CMYK0.4300.070.36
HSL170.57º27.56%49.8%-
HSV(B)170.57º43.21%63.53%-
XYZ22.9230.3533.93-
YUV139.82134.3193.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.72%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=22.72%
G=40%
B=37.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621510.4300.070.36170.5727.5649.8
Hex5CA2972B0724ab1c32
Octal1342422275307442533462
Binary1011100101000101001011110101101111001001010101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,162,151); }

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

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

 a { background-color: rgb(92,162,151); }

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

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

 span { border-color: rgb(92,162,151); }

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