#56696D

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

Shades of Pale Sky #56696D

Tints of Pale Sky #56696D

Color information

#56696D (or 0x56696D) is unknown color: approx Pale Sky. HEX triplet: 56, 69 and 6D. RGB value is (86,105,109). Sum of RGB (Red+Green+Blue) = 86+105+109=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 109 - color contains mainly: blue. Hex color #56696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56696D is #A99692. Grayscale: #636363. Windows color (decimal): -11114131 or 7170390. OLE color: 7170390.

HSL color Cylindrical-coordinate representation of color #56696D: hue angle of 190.43º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56696D is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB86105109-
CMYK0.210.0400.57
HSL190.43º11.79%38.24%-
HSV(B)190.43º21.1%42.75%-
XYZ11.6513.1916.4-
YUV99.78133.21118.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=28.67%
G=35%
B=36.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal861051090.210.0400.57190.4311.7938.24
Hex56696D154039bec26
Octal1261511552540712761446
Binary101011011010011101101101011000111001101111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,105,109); }

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

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

 a { background-color: rgb(86,105,109); }

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

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

 span { border-color: rgb(86,105,109); }

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