Html Css Color HEX #57686F Pale Sky

📋 copy color: '#57686F'

red 87 ◦ green 104 ◦ blue 111

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

Shades of Pale Sky #57686F

Tints of Pale Sky #57686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.44%

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

R = 28.81%
G = 34.44%
B = 36.75%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57686F (or 0x57686F) is known color: Pale Sky. HEX triplet: 57, 68 and 6F. RGB value is (87,104,111). Sum of RGB (Red+Green+Blue) = 87+104+111=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #57686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57686F is #A89790. Grayscale: #636363. Windows color (decimal): -11048849 or 7301207. OLE color: 7301207.

HSL color Cylindrical-coordinate representation of color #57686F: hue angle of 197.5º 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 #57686F is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 104 111 -
CMYK 0.22 0.06 0 0.56
HSL 197.5º 0.12% 0.39% -
HSV(B) 197.5º 0.22% 0.44% -
XYZ 11.75 13.07 16.94 -
YUV 99.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 87 104 111 0.22 0.06 0 0.56 197.5 0.12 0.39
Hex 57 68 6F 16 6 0 38 C6 C 27
Octal 127 150 157 26 6 0 70 306 14 47
Binary 1010111 1101000 1101111 10110 110 0 111000 11000110 1100 100111

Color Harmonies of #57686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57686F

Black with #57686F

Text Example


Text Example

White with #57686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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