Html Css Color HEX #57666C Pale Sky

📋 copy color: '#57666C'

red 87 ◦ green 102 ◦ blue 108

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

Shades of Pale Sky #57666C

Tints of Pale Sky #57666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 29.29%
G = 34.34%
B = 36.36%

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

#57666C (or 0x57666C) is known color: Pale Sky. HEX triplet: 57, 66 and 6C. RGB value is (87,102,108). Sum of RGB (Red+Green+Blue) = 87+102+108=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 108 - color contains mainly: blue. Hex color #57666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57666C is #A89993. Grayscale: #626262. Windows color (decimal): -11049364 or 7104087. OLE color: 7104087.

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

Color convert

RGB 87 102 108 -
CMYK 0.19 0.06 0 0.58
HSL 197.14º 0.11% 0.38% -
HSV(B) 197.14º 0.19% 0.42% -
XYZ 11.39 12.61 16.02 -
YUV 98.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 87 102 108 0.19 0.06 0 0.58 197.14 0.11 0.38
Hex 57 66 6C 13 6 0 3A C5 B 26
Octal 127 146 154 23 6 0 72 305 13 46
Binary 1010111 1100110 1101100 10011 110 0 111010 11000101 1011 100110

Color Harmonies of #57666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57666C

Black with #57666C

Text Example


Text Example

White with #57666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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