#656E70

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

Shades of Pale Sky #656E70

Tints of Pale Sky #656E70

Color information

#656E70 (or 0x656E70) is unknown color: approx Pale Sky. HEX triplet: 65, 6E and 70. RGB value is (101,110,112). Sum of RGB (Red+Green+Blue) = 101+110+112=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #656E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E70 is #9A918F. Grayscale: #6B6B6B. Windows color (decimal): -10129808 or 7368293. OLE color: 7368293.

HSL color Cylindrical-coordinate representation of color #656E70: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #656E70 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB101110112-
CMYK0.100.0200.56
HSL190.91º5.16%41.76%-
HSV(B)190.91º9.82%43.92%-
XYZ13.8715.0917.51-
YUV107.54130.52123.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=31.27%
G=34.06%
B=34.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011101120.100.0200.56190.915.1641.76
Hex656E70A2038bf52a
Octal145156160122070277552
Binary110010111011101110000101010011100010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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