#56A69E

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

Shades of Cadet Blue #56A69E

Tints of Cadet Blue #56A69E

Color information

#56A69E (or 0x56A69E) is unknown color: approx Cadet Blue. HEX triplet: 56, A6 and 9E. RGB value is (86,166,158). Sum of RGB (Red+Green+Blue) = 86+166+158=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 166 - color contains mainly: green. Hex color #56A69E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A69E is #A95961. Grayscale: #8D8D8D. Windows color (decimal): -11098466 or 10397270. OLE color: 10397270.

HSL color Cylindrical-coordinate representation of color #56A69E: hue angle of 174º degrees, saturation: 0.32, 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 #56A69E is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB86166158-
CMYK0.4800.050.35
HSL174º31.75%49.41%-
HSV(B)174º48.19%65.1%-
XYZ23.6531.7237.22-
YUV141.17137.588.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.98%
GREEN value IS 166 (65.23% from 255) = 40.49%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=20.98%
G=40.49%
B=38.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861661580.4800.050.3517431.7549.41
Hex56A69E300523ae2031
Octal1262462366005432564061
Binary10101101010011010011110110000010110001110101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,166,158); }

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

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

 a { background-color: rgb(86,166,158); }

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

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

 span { border-color: rgb(86,166,158); }

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