Html Css Color HEX #575070 Smoky

📋 copy color: '#575070'

red 87 ◦ green 80 ◦ blue 112

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

Shades of Smoky #575070

Tints of Smoky #575070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.14%

R = 31.18%
G = 28.67%
B = 40.14%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#575070 (or 0x575070) is known color: Smoky. HEX triplet: 57, 50 and 70. RGB value is (87,80,112). Sum of RGB (Red+Green+Blue) = 87+80+112=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #575070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575070 is #A8AF8F. Grayscale: #555555. Windows color (decimal): -11054992 or 7360599. OLE color: 7360599.

HSL color Cylindrical-coordinate representation of color #575070: hue angle of 253.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575070 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 80 112 -
CMYK 0.22 0.29 0 0.56
HSL 253.13º 0.17% 0.38% -
HSV(B) 253.13º 0.29% 0.44% -
XYZ 9.72 8.93 16.54 -
YUV 85.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 87 80 112 0.22 0.29 0 0.56 253.13 0.17 0.38
Hex 57 50 70 16 1D 0 38 FD 11 26
Octal 127 120 160 26 35 0 70 375 21 46
Binary 1010111 1010000 1110000 10110 11101 0 111000 11111101 10001 100110

Color Harmonies of #575070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575070

Black with #575070

Text Example


Text Example

White with #575070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575070; }

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

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

background-color css

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

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

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

border-color css

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

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

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