Html Css Color HEX #575274 Smoky

📋 copy color: '#575274'

red 87 ◦ green 82 ◦ blue 116

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

Shades of Smoky #575274

Tints of Smoky #575274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 30.53%
G = 28.77%
B = 40.7%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575274 (or 0x575274) is known color: Smoky. HEX triplet: 57, 52 and 74. RGB value is (87,82,116). Sum of RGB (Red+Green+Blue) = 87+82+116=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #575274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575274 is #A8AD8B. Grayscale: #575757. Windows color (decimal): -11054476 or 7623255. OLE color: 7623255.

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

Color convert

RGB 87 82 116 -
CMYK 0.25 0.29 0 0.55
HSL 248.82º 0.17% 0.39% -
HSV(B) 248.82º 0.29% 0.45% -
XYZ 10.1 9.32 17.79 -
YUV 87.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 87 82 116 0.25 0.29 0 0.55 248.82 0.17 0.39
Hex 57 52 74 19 1D 0 37 F9 11 27
Octal 127 122 164 31 35 0 67 371 21 47
Binary 1010111 1010010 1110100 11001 11101 0 110111 11111001 10001 100111

Color Harmonies of #575274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575274

Black with #575274

Text Example


Text Example

White with #575274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575274; }

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

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

background-color css

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

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

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

border-color css

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

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

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