#56999E

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

Shades of Cadet Blue #56999E

Tints of Cadet Blue #56999E

Color information

#56999E (or 0x56999E) is unknown color: approx Cadet Blue. HEX triplet: 56, 99 and 9E. RGB value is (86,153,158). Sum of RGB (Red+Green+Blue) = 86+153+158=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #56999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56999E is #A96661. Grayscale: #858585. Windows color (decimal): -11101794 or 10393942. OLE color: 10393942.

HSL color Cylindrical-coordinate representation of color #56999E: hue angle of 184.17º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56999E is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86153158-
CMYK0.460.0300.38
HSL184.17º29.51%47.84%-
HSV(B)184.17º45.57%61.96%-
XYZ21.427.2336.48-
YUV133.54141.894.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.66%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=21.66%
G=38.54%
B=39.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861531580.460.0300.38184.1729.5147.84
Hex56999E2E3026b81e30
Octal1262312365630462703660
Binary101011010011001100111101011101101001101011100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56999E; }

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

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

<style>
 a { background-color: #56999E; }

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

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

<style>
 span { border-color: #56999E; }

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

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