#5CA49C

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

Shades of Cadet Blue #5CA49C

Tints of Cadet Blue #5CA49C

Color information

#5CA49C (or 0x5CA49C) is unknown color: approx Cadet Blue. HEX triplet: 5C, A4 and 9C. RGB value is (92,164,156). Sum of RGB (Red+Green+Blue) = 92+164+156=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA49C is #A35B63. Grayscale: #8D8D8D. Windows color (decimal): -10705764 or 10265692. OLE color: 10265692.

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

Color convert

RGB92164156-
CMYK0.4400.050.36
HSL173.33º28.35%50.2%-
HSV(B)173.33º43.9%64.31%-
XYZ23.6931.2336.23-
YUV141.56136.1592.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.33%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=22.33%
G=39.81%
B=37.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal921641560.4400.050.36173.3328.3550.2
Hex5CA49C2C0524ad1c32
Octal1342442345405442553462
Binary1011100101001001001110010110001011001001010110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,164,156); }

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

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

 a { background-color: rgb(92,164,156); }

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

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

 span { border-color: rgb(92,164,156); }

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