Html Css Color HEX #57536A Smoky

📋 copy color: '#57536A'

red 87 ◦ green 83 ◦ blue 106

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

Shades of Smoky #57536A

Tints of Smoky #57536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 31.52%
G = 30.07%
B = 38.41%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57536A (or 0x57536A) is known color: Smoky. HEX triplet: 57, 53 and 6A. RGB value is (87,83,106). Sum of RGB (Red+Green+Blue) = 87+83+106=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #57536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536A is #A8AC95. Grayscale: #565656. Windows color (decimal): -11054230 or 6968151. OLE color: 6968151.

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

Color convert

RGB 87 83 106 -
CMYK 0.18 0.22 0 0.58
HSL 250.43º 0.12% 0.37% -
HSV(B) 250.43º 0.22% 0.42% -
XYZ 9.63 9.25 14.91 -
YUV 86.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 87 83 106 0.18 0.22 0 0.58 250.43 0.12 0.37
Hex 57 53 6A 12 16 0 3A FA C 25
Octal 127 123 152 22 26 0 72 372 14 45
Binary 1010111 1010011 1101010 10010 10110 0 111010 11111010 1100 100101

Color Harmonies of #57536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57536A

Black with #57536A

Text Example


Text Example

White with #57536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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