Html Css Color HEX #585473 Smoky

📋 copy color: '#585473'

red 88 ◦ green 84 ◦ blue 115

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

Shades of Smoky #585473

Tints of Smoky #585473

RGB

 RED value IS 88 (34.77% from 255) = 30.66%

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

 BLUE value IS 115 (45.31% from 255) = 40.07%

R = 30.66%
G = 29.27%
B = 40.07%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585473 (or 0x585473) is known color: Smoky. HEX triplet: 58, 54 and 73. RGB value is (88,84,115). Sum of RGB (Red+Green+Blue) = 88+84+115=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 115 - color contains mainly: blue. Hex color #585473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585473 is #A7AB8C. Grayscale: #585858. Windows color (decimal): -10988429 or 7558232. OLE color: 7558232.

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

Color convert

RGB 88 84 115 -
CMYK 0.23 0.27 0 0.55
HSL 247.74º 0.16% 0.39% -
HSV(B) 247.74º 0.27% 0.45% -
XYZ 10.29 9.65 17.54 -
YUV 88.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 88 84 115 0.23 0.27 0 0.55 247.74 0.16 0.39
Hex 58 54 73 17 1B 0 37 F8 10 27
Octal 130 124 163 27 33 0 67 370 20 47
Binary 1011000 1010100 1110011 10111 11011 0 110111 11111000 10000 100111

Color Harmonies of #585473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585473

Black with #585473

Text Example


Text Example

White with #585473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585473; }

 p { color: rgb(88,84,115); }

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

background-color css

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

 a { background-color: rgb(88,84,115); }

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

border-color css

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

 span { border-color: rgb(88,84,115); }

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