Html Css Color HEX #57656C Pale Sky

📋 copy color: '#57656C'

red 87 ◦ green 101 ◦ blue 108

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

Shades of Pale Sky #57656C

Tints of Pale Sky #57656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.12%

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

R = 29.39%
G = 34.12%
B = 36.49%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57656C (or 0x57656C) is known color: Pale Sky. HEX triplet: 57, 65 and 6C. RGB value is (87,101,108). Sum of RGB (Red+Green+Blue) = 87+101+108=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #57656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57656C is #A89A93. Grayscale: #616161. Windows color (decimal): -11049620 or 7103831. OLE color: 7103831.

HSL color Cylindrical-coordinate representation of color #57656C: hue angle of 200º 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 #57656C is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 101 108 -
CMYK 0.19 0.06 0 0.58
HSL 200º 0.11% 0.38% -
HSV(B) 200º 0.19% 0.42% -
XYZ 11.29 12.42 15.99 -
YUV 97.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 87 101 108 0.19 0.06 0 0.58 200 0.11 0.38
Hex 57 65 6C 13 6 0 3A C8 B 26
Octal 127 145 154 23 6 0 72 310 13 46
Binary 1010111 1100101 1101100 10011 110 0 111010 11001000 1011 100110

Color Harmonies of #57656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57656C

Black with #57656C

Text Example


Text Example

White with #57656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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