#657072

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

Shades of Pale Sky #657072

Tints of Pale Sky #657072

Color information

#657072 (or 0x657072) is unknown color: approx Pale Sky. HEX triplet: 65, 70 and 72. RGB value is (101,112,114). Sum of RGB (Red+Green+Blue) = 101+112+114=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 114 - color contains mainly: blue. Hex color #657072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657072 is #9A8F8D. Grayscale: #6C6C6C. Windows color (decimal): -10129294 or 7499877. OLE color: 7499877.

HSL color Cylindrical-coordinate representation of color #657072: hue angle of 189.23º 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 #657072 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB101112114-
CMYK0.110.0200.55
HSL189.23º6.05%42.16%-
HSV(B)189.23º11.4%44.71%-
XYZ14.215.5718.18-
YUV108.94130.86122.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.89%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=30.89%
G=34.25%
B=34.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011121140.110.0200.55189.236.0542.16
Hex657072B2037bd62a
Octal145160162132067275652
Binary110010111100001110010101110011011110111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657072; }

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

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

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

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

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

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

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

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