Html Css Color HEX #575072 Smoky

📋 copy color: '#575072'

red 87 ◦ green 80 ◦ blue 114

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

Shades of Smoky #575072

Tints of Smoky #575072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 30.96%
G = 28.47%
B = 40.57%

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

#575072 (or 0x575072) is known color: Smoky. HEX triplet: 57, 50 and 72. RGB value is (87,80,114). Sum of RGB (Red+Green+Blue) = 87+80+114=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #575072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575072 is #A8AF8D. Grayscale: #555555. Windows color (decimal): -11054990 or 7491671. OLE color: 7491671.

HSL color Cylindrical-coordinate representation of color #575072: hue angle of 252.35º 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 #575072 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 80 114 -
CMYK 0.24 0.30 0 0.55
HSL 252.35º 0.18% 0.38% -
HSV(B) 252.35º 0.3% 0.45% -
XYZ 9.84 8.98 17.13 -
YUV 85.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 87 80 114 0.24 0.30 0 0.55 252.35 0.18 0.38
Hex 57 50 72 18 1E 0 37 FC 12 26
Octal 127 120 162 30 36 0 67 374 22 46
Binary 1010111 1010000 1110010 11000 11110 0 110111 11111100 10010 100110

Color Harmonies of #575072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575072

Black with #575072

Text Example


Text Example

White with #575072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575072; }

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

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

background-color css

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

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

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

border-color css

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

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

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