#56656C

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

Shades of Pale Sky #56656C

Tints of Pale Sky #56656C

Color information

#56656C (or 0x56656C) is unknown color: approx Pale Sky. HEX triplet: 56, 65 and 6C. RGB value is (86,101,108). Sum of RGB (Red+Green+Blue) = 86+101+108=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #56656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56656C is #A99A93. Grayscale: #616161. Windows color (decimal): -11115156 or 7103830. OLE color: 7103830.

HSL color Cylindrical-coordinate representation of color #56656C: hue angle of 199.09º 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 #56656C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB86101108-
CMYK0.200.0600.58
HSL199.09º11.34%38.04%-
HSV(B)199.09º20.37%42.35%-
XYZ11.212.3715.98-
YUV97.31134.03119.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=29.15%
G=34.24%
B=36.61%

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
Decimal861011080.200.0600.58199.0911.3438.04
Hex56656C14603Ac7b26
Octal1261451542460723071346
Binary101011011001011101100101001100111010110001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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