#56666C

Color #56666C Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #56666C

Tints of Pale Sky #56666C

Color information

#56666C (or 0x56666C) is unknown color: approx Pale Sky. HEX triplet: 56, 66 and 6C. RGB value is (86,102,108). Sum of RGB (Red+Green+Blue) = 86+102+108=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #56666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56666C is #A99993. Grayscale: #616161. Windows color (decimal): -11114900 or 7104086. OLE color: 7104086.

HSL color Cylindrical-coordinate representation of color #56666C: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56666C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86102108-
CMYK0.200.0600.58
HSL196.36º11.34%38.04%-
HSV(B)196.36º20.37%42.35%-
XYZ11.312.5616.02-
YUV97.9133.7119.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=29.05%
G=34.46%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal861021080.200.0600.58196.3611.3438.04
Hex56666C14603Ac4b26
Octal1261461542460723041346
Binary101011011001101101100101001100111010110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,102,108); }

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

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

 a { background-color: rgb(86,102,108); }

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

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

 span { border-color: rgb(86,102,108); }

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