Html Css Color HEX #57506F Smoky

📋 copy color: '#57506F'

red 87 ◦ green 80 ◦ blue 111

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

Shades of Smoky #57506F

Tints of Smoky #57506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 31.29%
G = 28.78%
B = 39.93%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57506F (or 0x57506F) is known color: Smoky. HEX triplet: 57, 50 and 6F. RGB value is (87,80,111). Sum of RGB (Red+Green+Blue) = 87+80+111=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #57506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57506F is #A8AF90. Grayscale: #555555. Windows color (decimal): -11054993 or 7295063. OLE color: 7295063.

HSL color Cylindrical-coordinate representation of color #57506F: hue angle of 253.55º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57506F is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 80 111 -
CMYK 0.22 0.28 0 0.56
HSL 253.55º 0.16% 0.37% -
HSV(B) 253.55º 0.28% 0.44% -
XYZ 9.67 8.91 16.25 -
YUV 85.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 87 80 111 0.22 0.28 0 0.56 253.55 0.16 0.37
Hex 57 50 6F 16 1C 0 38 FE 10 25
Octal 127 120 157 26 34 0 70 376 20 45
Binary 1010111 1010000 1101111 10110 11100 0 111000 11111110 10000 100101

Color Harmonies of #57506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57506F

Black with #57506F

Text Example


Text Example

White with #57506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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