Html Css Color HEX #57686C Pale Sky

📋 copy color: '#57686C'

red 87 ◦ green 104 ◦ blue 108

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

Shades of Pale Sky #57686C

Tints of Pale Sky #57686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 29.1%
G = 34.78%
B = 36.12%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57686C (or 0x57686C) is known color: Pale Sky. HEX triplet: 57, 68 and 6C. RGB value is (87,104,108). Sum of RGB (Red+Green+Blue) = 87+104+108=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #57686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57686C is #A89793. Grayscale: #636363. Windows color (decimal): -11048852 or 7104599. OLE color: 7104599.

HSL color Cylindrical-coordinate representation of color #57686C: hue angle of 191.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #57686C is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 104 108 -
CMYK 0.19 0.04 0 0.58
HSL 191.43º 0.11% 0.38% -
HSV(B) 191.43º 0.19% 0.42% -
XYZ 11.59 13.01 16.09 -
YUV 99.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 87 104 108 0.19 0.04 0 0.58 191.43 0.11 0.38
Hex 57 68 6C 13 4 0 3A BF B 26
Octal 127 150 154 23 4 0 72 277 13 46
Binary 1010111 1101000 1101100 10011 100 0 111010 10111111 1011 100110

Color Harmonies of #57686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57686C

Black with #57686C

Text Example


Text Example

White with #57686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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