Html Css Color HEX #585475 Smoky

📋 copy color: '#585475'

red 88 ◦ green 84 ◦ blue 117

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

Shades of Smoky #585475

Tints of Smoky #585475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 30.45%
G = 29.07%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585475 (or 0x585475) is known color: Smoky. HEX triplet: 58, 54 and 75. RGB value is (88,84,117). Sum of RGB (Red+Green+Blue) = 88+84+117=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #585475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585475 is #A7AB8A. Grayscale: #585858. Windows color (decimal): -10988427 or 7689304. OLE color: 7689304.

HSL color Cylindrical-coordinate representation of color #585475: hue angle of 247.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #585475 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 84 117 -
CMYK 0.25 0.28 0 0.54
HSL 247.27º 0.16% 0.39% -
HSV(B) 247.27º 0.28% 0.46% -
XYZ 10.41 9.7 18.15 -
YUV 88.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 88 84 117 0.25 0.28 0 0.54 247.27 0.16 0.39
Hex 58 54 75 19 1C 0 36 F7 10 27
Octal 130 124 165 31 34 0 66 367 20 47
Binary 1011000 1010100 1110101 11001 11100 0 110110 11110111 10000 100111

Color Harmonies of #585475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585475

Black with #585475

Text Example


Text Example

White with #585475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585475; }

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

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

background-color css

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

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

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

border-color css

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

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

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