Html Css Color HEX #57536C Smoky

📋 copy color: '#57536C'

red 87 ◦ green 83 ◦ blue 108

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

Shades of Smoky #57536C

Tints of Smoky #57536C

RGB

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

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

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

R = 31.29%
G = 29.86%
B = 38.85%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#57536C (or 0x57536C) is known color: Smoky. HEX triplet: 57, 53 and 6C. RGB value is (87,83,108). Sum of RGB (Red+Green+Blue) = 87+83+108=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #57536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57536C is #A8AC93. Grayscale: #565656. Windows color (decimal): -11054228 or 7099223. OLE color: 7099223.

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

Color convert

RGB 87 83 108 -
CMYK 0.19 0.23 0 0.58
HSL 249.6º 0.13% 0.37% -
HSV(B) 249.6º 0.23% 0.42% -
XYZ 9.73 9.3 15.47 -
YUV 87.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 87 83 108 0.19 0.23 0 0.58 249.6 0.13 0.37
Hex 57 53 6C 13 17 0 3A FA D 25
Octal 127 123 154 23 27 0 72 372 15 45
Binary 1010111 1010011 1101100 10011 10111 0 111010 11111010 1101 100101

Color Harmonies of #57536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57536C

Black with #57536C

Text Example


Text Example

White with #57536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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