#56999A

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

Shades of Cadet Blue #56999A

Tints of Cadet Blue #56999A

Color information

#56999A (or 0x56999A) is unknown color: approx Cadet Blue. HEX triplet: 56, 99 and 9A. RGB value is (86,153,154). Sum of RGB (Red+Green+Blue) = 86+153+154=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #56999A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56999A is #A96665. Grayscale: #858585. Windows color (decimal): -11101798 or 10131798. OLE color: 10131798.

HSL color Cylindrical-coordinate representation of color #56999A: hue angle of 180.88º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56999A is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86153154-
CMYK0.440.0100.40
HSL180.88º28.33%47.06%-
HSV(B)180.88º44.16%60.39%-
XYZ21.0627.0934.69-
YUV133.08139.894.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=21.88%
G=38.93%
B=39.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861531540.440.0100.40180.8828.3347.06
Hex56999A2C1028b51c2f
Octal1262312325410502653457
Binary10101101001100110011010101100101010001011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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