#56A59A

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

Shades of Cadet Blue #56A59A

Tints of Cadet Blue #56A59A

Color information

#56A59A (or 0x56A59A) is unknown color: approx Cadet Blue. HEX triplet: 56, A5 and 9A. RGB value is (86,165,154). Sum of RGB (Red+Green+Blue) = 86+165+154=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #56A59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A59A is #A95A65. Grayscale: #8C8C8C. Windows color (decimal): -11098726 or 10134870. OLE color: 10134870.

HSL color Cylindrical-coordinate representation of color #56A59A: hue angle of 171.65º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A59A is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB86165154-
CMYK0.4800.070.35
HSL171.65º31.47%49.22%-
HSV(B)171.65º47.88%64.71%-
XYZ23.1331.2235.38-
YUV140.12135.8389.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 154 (60.55% from 255) = 38.02%
R=21.23%
G=40.74%
B=38.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651540.4800.070.35171.6531.4749.22
Hex56A59A300723ac1f31
Octal1262452326007432543761
Binary1010110101001011001101011000001111000111010110011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A59A; }

 p { color: rgb(86,165,154); }

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

<style>
 a { background-color: #56A59A; }

 a { background-color: rgb(86,165,154); }

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

<style>
 span { border-color: #56A59A; }

 span { border-color: rgb(86,165,154); }

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