Html Css Color HEX #575074 Smoky

📋 copy color: '#575074'

red 87 ◦ green 80 ◦ blue 116

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

Shades of Smoky #575074

Tints of Smoky #575074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 30.74%
G = 28.27%
B = 40.99%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575074 (or 0x575074) is known color: Smoky. HEX triplet: 57, 50 and 74. RGB value is (87,80,116). Sum of RGB (Red+Green+Blue) = 87+80+116=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #575074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575074 is #A8AF8B. Grayscale: #565656. Windows color (decimal): -11054988 or 7622743. OLE color: 7622743.

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

Color convert

RGB 87 80 116 -
CMYK 0.25 0.31 0 0.55
HSL 251.67º 0.18% 0.38% -
HSV(B) 251.67º 0.31% 0.45% -
XYZ 9.95 9.02 17.74 -
YUV 86.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 87 80 116 0.25 0.31 0 0.55 251.67 0.18 0.38
Hex 57 50 74 19 1F 0 37 FC 12 26
Octal 127 120 164 31 37 0 67 374 22 46
Binary 1010111 1010000 1110100 11001 11111 0 110111 11111100 10010 100110

Color Harmonies of #575074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575074

Black with #575074

Text Example


Text Example

White with #575074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575074; }

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

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

background-color css

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

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

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

border-color css

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

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

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