Html Css Color HEX #585572 Smoky

📋 copy color: '#585572'

red 88 ◦ green 85 ◦ blue 114

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

Shades of Smoky #585572

Tints of Smoky #585572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 30.66%
G = 29.62%
B = 39.72%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585572 (or 0x585572) is known color: Smoky. HEX triplet: 58, 55 and 72. RGB value is (88,85,114). Sum of RGB (Red+Green+Blue) = 88+85+114=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #585572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585572 is #A7AA8D. Grayscale: #595959. Windows color (decimal): -10988174 or 7492952. OLE color: 7492952.

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

Color convert

RGB 88 85 114 -
CMYK 0.23 0.25 0 0.55
HSL 246.21º 0.15% 0.39% -
HSV(B) 246.21º 0.25% 0.45% -
XYZ 10.31 9.79 17.27 -
YUV 89.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 88 85 114 0.23 0.25 0 0.55 246.21 0.15 0.39
Hex 58 55 72 17 19 0 37 F6 F 27
Octal 130 125 162 27 31 0 67 366 17 47
Binary 1011000 1010101 1110010 10111 11001 0 110111 11110110 1111 100111

Color Harmonies of #585572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585572

Black with #585572

Text Example


Text Example

White with #585572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585572; }

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

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

background-color css

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

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

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

border-color css

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

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

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