Html Css Color HEX #585072 Smoky

📋 copy color: '#585072'

red 88 ◦ green 80 ◦ blue 114

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

Shades of Smoky #585072

Tints of Smoky #585072

RGB

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

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

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

R = 31.21%
G = 28.37%
B = 40.43%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585072 (or 0x585072) is known color: Smoky. HEX triplet: 58, 50 and 72. RGB value is (88,80,114). Sum of RGB (Red+Green+Blue) = 88+80+114=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #585072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585072 is #A7AF8D. Grayscale: #565656. Windows color (decimal): -10989454 or 7491672. OLE color: 7491672.

HSL color Cylindrical-coordinate representation of color #585072: hue angle of 254.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #585072 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 80 114 -
CMYK 0.23 0.30 0 0.55
HSL 254.12º 0.18% 0.38% -
HSV(B) 254.12º 0.3% 0.45% -
XYZ 9.93 9.03 17.14 -
YUV 86.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 88 80 114 0.23 0.30 0 0.55 254.12 0.18 0.38
Hex 58 50 72 17 1E 0 37 FE 12 26
Octal 130 120 162 27 36 0 67 376 22 46
Binary 1011000 1010000 1110010 10111 11110 0 110111 11111110 10010 100110

Color Harmonies of #585072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585072

Black with #585072

Text Example


Text Example

White with #585072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585072; }

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

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

background-color css

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

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

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

border-color css

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

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

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