#656F73

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

Shades of Pale Sky #656F73

Tints of Pale Sky #656F73

Color information

#656F73 (or 0x656F73) is unknown color: approx Pale Sky. HEX triplet: 65, 6F and 73. RGB value is (101,111,115). Sum of RGB (Red+Green+Blue) = 101+111+115=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 115 - color contains mainly: blue. Hex color #656F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F73 is #9A908C. Grayscale: #6C6C6C. Windows color (decimal): -10129549 or 7565157. OLE color: 7565157.

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

Color convert

RGB101111115-
CMYK0.120.0300.55
HSL197.14º6.48%42.35%-
HSV(B)197.14º12.17%45.1%-
XYZ14.1515.3718.44-
YUV108.47131.69122.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=30.89%
G=33.94%
B=35.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011111150.120.0300.55197.146.4842.35
Hex656F73C3037c562a
Octal145157163143067305652
Binary110010111011111110011110011011011111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,115); }

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

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

 a { background-color: rgb(101,111,115); }

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

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

 span { border-color: rgb(101,111,115); }

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