Html Css Color HEX #657072 Pale Sky

📋 copy color: '#657072'

red 101 ◦ green 112 ◦ blue 114

#657072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #657072

Tints of Pale Sky #657072

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 value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#657072 (or 0x657072) is known color: 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

RGB 101 112 114 -
CMYK 0.11 0.02 0 0.55
HSL 189.23º 0.06% 0.42% -
HSV(B) 189.23º 0.11% 0.45% -
XYZ 14.2 15.57 18.18 -
YUV 108.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 101 112 114 0.11 0.02 0 0.55 189.23 0.06 0.42
Hex 65 70 72 B 2 0 37 BD 6 2A
Octal 145 160 162 13 2 0 67 275 6 52
Binary 1100101 1110000 1110010 1011 10 0 110111 10111101 110 101010

Color Harmonies of #657072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657072

Black with #657072

Text Example


Text Example

White with #657072

Text Example


Text Example

HTML Codes & Css Web 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>