Html Css Color HEX #585472 Smoky

📋 copy color: '#585472'

red 88 ◦ green 84 ◦ blue 114

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

Shades of Smoky #585472

Tints of Smoky #585472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 30.77%
G = 29.37%
B = 39.86%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585472 (or 0x585472) is known color: Smoky. HEX triplet: 58, 54 and 72. RGB value is (88,84,114). Sum of RGB (Red+Green+Blue) = 88+84+114=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #585472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585472 is #A7AB8D. Grayscale: #585858. Windows color (decimal): -10988430 or 7492696. OLE color: 7492696.

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

Color convert

RGB 88 84 114 -
CMYK 0.23 0.26 0 0.55
HSL 248º 0.15% 0.39% -
HSV(B) 248º 0.26% 0.45% -
XYZ 10.23 9.63 17.24 -
YUV 88.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 88 84 114 0.23 0.26 0 0.55 248 0.15 0.39
Hex 58 54 72 17 1A 0 37 F8 F 27
Octal 130 124 162 27 32 0 67 370 17 47
Binary 1011000 1010100 1110010 10111 11010 0 110111 11111000 1111 100111

Color Harmonies of #585472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585472

Black with #585472

Text Example


Text Example

White with #585472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585472; }

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

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

background-color css

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

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

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

border-color css

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

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

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