Html Css Color HEX #585071 Smoky

📋 copy color: '#585071'

red 88 ◦ green 80 ◦ blue 113

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

Shades of Smoky #585071

Tints of Smoky #585071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 31.32%
G = 28.47%
B = 40.21%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585071 (or 0x585071) is known color: Smoky. HEX triplet: 58, 50 and 71. RGB value is (88,80,113). Sum of RGB (Red+Green+Blue) = 88+80+113=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #585071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585071 is #A7AF8E. Grayscale: #565656. Windows color (decimal): -10989455 or 7426136. OLE color: 7426136.

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

Color convert

RGB 88 80 113 -
CMYK 0.22 0.29 0 0.56
HSL 254.55º 0.17% 0.38% -
HSV(B) 254.55º 0.29% 0.44% -
XYZ 9.87 9 16.84 -
YUV 86.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 88 80 113 0.22 0.29 0 0.56 254.55 0.17 0.38
Hex 58 50 71 16 1D 0 38 FF 11 26
Octal 130 120 161 26 35 0 70 377 21 46
Binary 1011000 1010000 1110001 10110 11101 0 111000 11111111 10001 100110

Color Harmonies of #585071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585071

Black with #585071

Text Example


Text Example

White with #585071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585071; }

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

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

background-color css

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

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

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

border-color css

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

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

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