#5CA295

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

Shades of Cadet Blue #5CA295

Tints of Cadet Blue #5CA295

Color information

#5CA295 (or 0x5CA295) is unknown color: approx Cadet Blue. HEX triplet: 5C, A2 and 95. RGB value is (92,162,149). Sum of RGB (Red+Green+Blue) = 92+162+149=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA295 is #A35D6A. Grayscale: #8B8B8B. Windows color (decimal): -10706283 or 9806428. OLE color: 9806428.

HSL color Cylindrical-coordinate representation of color #5CA295: hue angle of 168.86º 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 #5CA295 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB92162149-
CMYK0.4300.080.36
HSL168.86º27.56%49.8%-
HSV(B)168.86º43.21%63.53%-
XYZ22.7630.2933.08-
YUV139.59133.3194.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=22.83%
G=40.20%
B=36.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921621490.4300.080.36168.8627.5649.8
Hex5CA2952B0824a91c32
Octal13424222553010442513462
Binary10111001010001010010101101011010001001001010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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