#56999C

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

Shades of Cadet Blue #56999C

Tints of Cadet Blue #56999C

Color information

#56999C (or 0x56999C) is unknown color: approx Cadet Blue. HEX triplet: 56, 99 and 9C. RGB value is (86,153,156). Sum of RGB (Red+Green+Blue) = 86+153+156=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #56999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56999C is #A96663. Grayscale: #858585. Windows color (decimal): -11101796 or 10262870. OLE color: 10262870.

HSL color Cylindrical-coordinate representation of color #56999C: hue angle of 182.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56999C is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86153156-
CMYK0.450.0200.39
HSL182.57º28.93%47.45%-
HSV(B)182.57º44.87%61.18%-
XYZ21.2327.1635.58-
YUV133.31140.894.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.77%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=21.77%
G=38.73%
B=39.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861531560.450.0200.39182.5728.9347.45
Hex56999C2D2027b71d2f
Octal1262312345520472673557
Binary101011010011001100111001011011001001111011011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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