Html Css Color HEX #575073 Smoky

📋 copy color: '#575073'

red 87 ◦ green 80 ◦ blue 115

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

Shades of Smoky #575073

Tints of Smoky #575073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 30.85%
G = 28.37%
B = 40.78%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575073 (or 0x575073) is known color: Smoky. HEX triplet: 57, 50 and 73. RGB value is (87,80,115). Sum of RGB (Red+Green+Blue) = 87+80+115=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #575073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575073 is #A8AF8C. Grayscale: #555555. Windows color (decimal): -11054989 or 7557207. OLE color: 7557207.

HSL color Cylindrical-coordinate representation of color #575073: hue angle of 252º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #575073 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 80 115 -
CMYK 0.24 0.30 0 0.55
HSL 252º 0.18% 0.38% -
HSV(B) 252º 0.3% 0.45% -
XYZ 9.89 9 17.44 -
YUV 86.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 87 80 115 0.24 0.30 0 0.55 252 0.18 0.38
Hex 57 50 73 18 1E 0 37 FC 12 26
Octal 127 120 163 30 36 0 67 374 22 46
Binary 1010111 1010000 1110011 11000 11110 0 110111 11111100 10010 100110

Color Harmonies of #575073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575073

Black with #575073

Text Example


Text Example

White with #575073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575073; }

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

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

background-color css

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

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

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

border-color css

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

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

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