#56999D

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

Shades of Cadet Blue #56999D

Tints of Cadet Blue #56999D

Color information

#56999D (or 0x56999D) is unknown color: approx Cadet Blue. HEX triplet: 56, 99 and 9D. RGB value is (86,153,157). Sum of RGB (Red+Green+Blue) = 86+153+157=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #56999D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56999D is #A96662. Grayscale: #858585. Windows color (decimal): -11101795 or 10328406. OLE color: 10328406.

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

Color convert

RGB86153157-
CMYK0.450.0300.38
HSL183.38º29.22%47.65%-
HSV(B)183.38º45.22%61.57%-
XYZ21.3127.236.02-
YUV133.42141.394.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.72%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=21.72%
G=38.64%
B=39.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861531570.450.0300.38183.3829.2247.65
Hex56999D2D3026b71d30
Octal1262312355530462673560
Binary101011010011001100111011011011101001101011011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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