Html Css Color HEX #657076 Pale Sky

📋 copy color: '#657076'

red 101 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #657076

Tints of Pale Sky #657076

RGB

 RED value IS 101 (39.84% from 255) = 30.51%

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 30.51%
G = 33.84%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#657076 (or 0x657076) is known color: Pale Sky. HEX triplet: 65, 70 and 76. RGB value is (101,112,118). Sum of RGB (Red+Green+Blue) = 101+112+118=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #657076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657076 is #9A8F89. Grayscale: #6D6D6D. Windows color (decimal): -10129290 or 7762021. OLE color: 7762021.

HSL color Cylindrical-coordinate representation of color #657076: hue angle of 201.18º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #657076 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 112 118 -
CMYK 0.14 0.05 0 0.54
HSL 201.18º 0.08% 0.43% -
HSV(B) 201.18º 0.14% 0.46% -
XYZ 14.43 15.66 19.4 -
YUV 109.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 101 112 118 0.14 0.05 0 0.54 201.18 0.08 0.43
Hex 65 70 76 E 5 0 36 C9 8 2B
Octal 145 160 166 16 5 0 66 311 10 53
Binary 1100101 1110000 1110110 1110 101 0 110110 11001001 1000 101011

Color Harmonies of #657076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657076

Black with #657076

Text Example


Text Example

White with #657076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657076; }

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

 H1.HeaderClassName
 {
   color: #657076;
 }
 .AnyTagClassName
 {
   color: #657076;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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