#56A7A1

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

Shades of Cadet Blue #56A7A1

Tints of Cadet Blue #56A7A1

Color information

#56A7A1 (or 0x56A7A1) is unknown color: approx Cadet Blue. HEX triplet: 56, A7 and A1. RGB value is (86,167,161). Sum of RGB (Red+Green+Blue) = 86+167+161=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 167 - color contains mainly: green. Hex color #56A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A7A1 is #A9585E. Grayscale: #8E8E8E. Windows color (decimal): -11098207 or 10594134. OLE color: 10594134.

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

Color convert

RGB86167161-
CMYK0.4900.040.35
HSL175.56º32.02%49.61%-
HSV(B)175.56º48.5%65.49%-
XYZ24.0932.1938.66-
YUV142.1138.6687.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.77%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 161 (63.28% from 255) = 38.89%
R=20.77%
G=40.34%
B=38.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861671610.4900.040.35175.5632.0249.61
Hex56A7A1310423b02032
Octal1262472416104432604062
Binary10101101010011110100001110001010010001110110000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,167,161); }

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

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

 a { background-color: rgb(86,167,161); }

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

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

 span { border-color: rgb(86,167,161); }

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