Html Css Color HEX #57696F Pale Sky

📋 copy color: '#57696F'

red 87 ◦ green 105 ◦ blue 111

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

Shades of Pale Sky #57696F

Tints of Pale Sky #57696F

RGB

 RED value IS 87 (34.38% from 255) = 28.71%

 GREEN value IS 105 (41.41% from 255) = 34.65%

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 28.71%
G = 34.65%
B = 36.63%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57696F (or 0x57696F) is known color: Pale Sky. HEX triplet: 57, 69 and 6F. RGB value is (87,105,111). Sum of RGB (Red+Green+Blue) = 87+105+111=303 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.71% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #57696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57696F is #A89690. Grayscale: #646464. Windows color (decimal): -11048593 or 7301463. OLE color: 7301463.

HSL color Cylindrical-coordinate representation of color #57696F: hue angle of 195º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #57696F is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 105 111 -
CMYK 0.22 0.05 0 0.56
HSL 195º 0.12% 0.39% -
HSV(B) 195º 0.22% 0.44% -
XYZ 11.85 13.28 16.98 -
YUV 100.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 87 105 111 0.22 0.05 0 0.56 195 0.12 0.39
Hex 57 69 6F 16 5 0 38 C3 C 27
Octal 127 151 157 26 5 0 70 303 14 47
Binary 1010111 1101001 1101111 10110 101 0 111000 11000011 1100 100111

Color Harmonies of #57696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57696F

Black with #57696F

Text Example


Text Example

White with #57696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57696F; }

 p { color: rgb(87,105,111); }

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

background-color css

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

 a { background-color: rgb(87,105,111); }

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

border-color css

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

 span { border-color: rgb(87,105,111); }

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