#656E72

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

Shades of Pale Sky #656E72

Tints of Pale Sky #656E72

Color information

#656E72 (or 0x656E72) is unknown color: approx Pale Sky. HEX triplet: 65, 6E and 72. RGB value is (101,110,114). Sum of RGB (Red+Green+Blue) = 101+110+114=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 114 - color contains mainly: blue. Hex color #656E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E72 is #9A918D. Grayscale: #6B6B6B. Windows color (decimal): -10129806 or 7499365. OLE color: 7499365.

HSL color Cylindrical-coordinate representation of color #656E72: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #656E72 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101110114-
CMYK0.110.0400.55
HSL198.46º6.05%42.16%-
HSV(B)198.46º11.4%44.71%-
XYZ13.9815.1318.1-
YUV107.76131.52123.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=31.08%
G=33.85%
B=35.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011101140.110.0400.55198.466.0542.16
Hex656E72B4037c662a
Octal145156162134067306652
Binary1100101110111011100101011100011011111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656E72; }

 p { color: rgb(101,110,114); }

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

<style>
 a { background-color: #656E72; }

 a { background-color: rgb(101,110,114); }

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

<style>
 span { border-color: #656E72; }

 span { border-color: rgb(101,110,114); }

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