#656D70

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

Shades of Pale Sky #656D70

Tints of Pale Sky #656D70

Color information

#656D70 (or 0x656D70) is unknown color: approx Pale Sky. HEX triplet: 65, 6D and 70. RGB value is (101,109,112). Sum of RGB (Red+Green+Blue) = 101+109+112=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: blue. Hex color #656D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D70 is #9A928F. Grayscale: #6A6A6A. Windows color (decimal): -10130064 or 7368037. OLE color: 7368037.

HSL color Cylindrical-coordinate representation of color #656D70: hue angle of 196.36º 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 #656D70 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB101109112-
CMYK0.100.0300.56
HSL196.36º5.16%41.76%-
HSV(B)196.36º9.82%43.92%-
XYZ13.7614.8717.47-
YUV106.95130.85123.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 109 (42.97% from 255) = 33.85%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=31.37%
G=33.85%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011091120.100.0300.56196.365.1641.76
Hex656D70A3038c452a
Octal145155160123070304552
Binary110010111011011110000101011011100011000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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