Html Css Color HEX #57506A Smoky

📋 copy color: '#57506A'

red 87 ◦ green 80 ◦ blue 106

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

Shades of Smoky #57506A

Tints of Smoky #57506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 31.87%
G = 29.3%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57506A (or 0x57506A) is known color: Smoky. HEX triplet: 57, 50 and 6A. RGB value is (87,80,106). Sum of RGB (Red+Green+Blue) = 87+80+106=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #57506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57506A is #A8AF95. Grayscale: #545454. Windows color (decimal): -11054998 or 6967383. OLE color: 6967383.

HSL color Cylindrical-coordinate representation of color #57506A: hue angle of 256.15º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57506A is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 80 106 -
CMYK 0.18 0.25 0 0.58
HSL 256.15º 0.14% 0.36% -
HSV(B) 256.15º 0.25% 0.42% -
XYZ 9.4 8.8 14.84 -
YUV 85.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 87 80 106 0.18 0.25 0 0.58 256.15 0.14 0.36
Hex 57 50 6A 12 19 0 3A 100 E 24
Octal 127 120 152 22 31 0 72 400 16 44
Binary 1010111 1010000 1101010 10010 11001 0 111010 100000000 1110 100100

Color Harmonies of #57506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57506A

Black with #57506A

Text Example


Text Example

White with #57506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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