Html Css Color HEX #575477 Smoky

📋 copy color: '#575477'

red 87 ◦ green 84 ◦ blue 119

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

Shades of Smoky #575477

Tints of Smoky #575477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 30%
G = 28.97%
B = 41.03%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575477 (or 0x575477) is known color: Smoky. HEX triplet: 57, 54 and 77. RGB value is (87,84,119). Sum of RGB (Red+Green+Blue) = 87+84+119=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #575477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575477 is #A8AB88. Grayscale: #585858. Windows color (decimal): -11053961 or 7820375. OLE color: 7820375.

HSL color Cylindrical-coordinate representation of color #575477: hue angle of 245.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575477 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 84 119 -
CMYK 0.27 0.29 0 0.53
HSL 245.14º 0.17% 0.4% -
HSV(B) 245.14º 0.29% 0.47% -
XYZ 10.43 9.7 18.78 -
YUV 88.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 87 84 119 0.27 0.29 0 0.53 245.14 0.17 0.4
Hex 57 54 77 1B 1D 0 35 F5 11 28
Octal 127 124 167 33 35 0 65 365 21 50
Binary 1010111 1010100 1110111 11011 11101 0 110101 11110101 10001 101000

Color Harmonies of #575477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575477

Black with #575477

Text Example


Text Example

White with #575477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575477; }

 p { color: rgb(87,84,119); }

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

background-color css

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

 a { background-color: rgb(87,84,119); }

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

border-color css

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

 span { border-color: rgb(87,84,119); }

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