Html Css Color HEX #57666B Pale Sky

📋 copy color: '#57666B'

red 87 ◦ green 102 ◦ blue 107

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

Shades of Pale Sky #57666B

Tints of Pale Sky #57666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 29.39%
G = 34.46%
B = 36.15%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57666B (or 0x57666B) is known color: Pale Sky. HEX triplet: 57, 66 and 6B. RGB value is (87,102,107). Sum of RGB (Red+Green+Blue) = 87+102+107=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 107 - color contains mainly: blue. Hex color #57666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57666B is #A89994. Grayscale: #626262. Windows color (decimal): -11049365 or 7038551. OLE color: 7038551.

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

Color convert

RGB 87 102 107 -
CMYK 0.19 0.05 0 0.58
HSL 195º 0.1% 0.38% -
HSV(B) 195º 0.19% 0.42% -
XYZ 11.34 12.59 15.74 -
YUV 98.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 87 102 107 0.19 0.05 0 0.58 195 0.1 0.38
Hex 57 66 6B 13 5 0 3A C3 A 26
Octal 127 146 153 23 5 0 72 303 12 46
Binary 1010111 1100110 1101011 10011 101 0 111010 11000011 1010 100110

Color Harmonies of #57666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57666B

Black with #57666B

Text Example


Text Example

White with #57666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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