Html Css Color HEX #585471 Smoky

📋 copy color: '#585471'

red 88 ◦ green 84 ◦ blue 113

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

Shades of Smoky #585471

Tints of Smoky #585471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 30.88%
G = 29.47%
B = 39.65%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585471 (or 0x585471) is known color: Smoky. HEX triplet: 58, 54 and 71. RGB value is (88,84,113). Sum of RGB (Red+Green+Blue) = 88+84+113=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #585471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585471 is #A7AB8E. Grayscale: #585858. Windows color (decimal): -10988431 or 7427160. OLE color: 7427160.

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

Color convert

RGB 88 84 113 -
CMYK 0.22 0.26 0 0.56
HSL 248.28º 0.15% 0.39% -
HSV(B) 248.28º 0.26% 0.44% -
XYZ 10.18 9.61 16.94 -
YUV 88.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 88 84 113 0.22 0.26 0 0.56 248.28 0.15 0.39
Hex 58 54 71 16 1A 0 38 F8 F 27
Octal 130 124 161 26 32 0 70 370 17 47
Binary 1011000 1010100 1110001 10110 11010 0 111000 11111000 1111 100111

Color Harmonies of #585471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585471

Black with #585471

Text Example


Text Example

White with #585471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585471; }

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

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

background-color css

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

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

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

border-color css

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

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

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