#56A29D

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

Shades of Cadet Blue #56A29D

Tints of Cadet Blue #56A29D

Color information

#56A29D (or 0x56A29D) is unknown color: approx Cadet Blue. HEX triplet: 56, A2 and 9D. RGB value is (86,162,157). Sum of RGB (Red+Green+Blue) = 86+162+157=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #56A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A29D is #A95D62. Grayscale: #8A8A8A. Windows color (decimal): -11099491 or 10330710. OLE color: 10330710.

HSL color Cylindrical-coordinate representation of color #56A29D: hue angle of 176.05º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A29D is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB86162157-
CMYK0.4700.030.36
HSL176.05º30.65%48.63%-
HSV(B)176.05º46.91%63.53%-
XYZ22.8430.2536.53-
YUV138.71138.3290.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.23%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 38.77%
R=21.23%
G=40%
B=38.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621570.4700.030.36176.0530.6548.63
Hex56A29D2F0324b01f31
Octal1262422355703442603761
Binary101011010100010100111011011110111001001011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,157); }

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

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

 a { background-color: rgb(86,162,157); }

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

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

 span { border-color: rgb(86,162,157); }

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