#5CAAA1

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

Shades of Cadet Blue #5CAAA1

Tints of Cadet Blue #5CAAA1

Color information

#5CAAA1 (or 0x5CAAA1) is unknown color: approx Cadet Blue. HEX triplet: 5C, AA and A1. RGB value is (92,170,161). Sum of RGB (Red+Green+Blue) = 92+170+161=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAAA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAA1 is #A3555E. Grayscale: #919191. Windows color (decimal): -10704223 or 10594908. OLE color: 10594908.

HSL color Cylindrical-coordinate representation of color #5CAAA1: hue angle of 173.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAAA1 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB92170161-
CMYK0.4600.050.33
HSL173.08º31.45%51.37%-
HSV(B)173.08º45.88%66.67%-
XYZ25.2233.638.87-
YUV145.65136.6689.73-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.75%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=21.75%
G=40.19%
B=38.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701610.4600.050.33173.0831.4551.37
Hex5CAAA12E0521ad1f33
Octal1342522415605412553763
Binary1011100101010101010000110111001011000011010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,170,161); }

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

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

 a { background-color: rgb(92,170,161); }

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

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

 span { border-color: rgb(92,170,161); }

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