Html Css Color HEX #575364 Smoky

📋 copy color: '#575364'

red 87 ◦ green 83 ◦ blue 100

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

Shades of Smoky #575364

Tints of Smoky #575364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 32.22%
G = 30.74%
B = 37.04%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575364 (or 0x575364) is known color: Smoky. HEX triplet: 57, 53 and 64. RGB value is (87,83,100). Sum of RGB (Red+Green+Blue) = 87+83+100=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 100 - color contains mainly: blue. Hex color #575364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575364 is #A8AC9B. Grayscale: #565656. Windows color (decimal): -11054236 or 6574935. OLE color: 6574935.

HSL color Cylindrical-coordinate representation of color #575364: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575364 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 83 100 -
CMYK 0.13 0.17 0 0.61
HSL 254.12º 0.09% 0.36% -
HSV(B) 254.12º 0.17% 0.39% -
XYZ 9.32 9.13 13.33 -
YUV 86.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 87 83 100 0.13 0.17 0 0.61 254.12 0.09 0.36
Hex 57 53 64 D 11 0 3D FE 9 24
Octal 127 123 144 15 21 0 75 376 11 44
Binary 1010111 1010011 1100100 1101 10001 0 111101 11111110 1001 100100

Color Harmonies of #575364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575364

Black with #575364

Text Example


Text Example

White with #575364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575364; }

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

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

background-color css

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

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

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

border-color css

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

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

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