Html Css Color HEX #585074 Smoky

📋 copy color: '#585074'

red 88 ◦ green 80 ◦ blue 116

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

Shades of Smoky #585074

Tints of Smoky #585074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.85%

R = 30.99%
G = 28.17%
B = 40.85%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585074 (or 0x585074) is known color: Smoky. HEX triplet: 58, 50 and 74. RGB value is (88,80,116). Sum of RGB (Red+Green+Blue) = 88+80+116=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #585074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585074 is #A7AF8B. Grayscale: #565656. Windows color (decimal): -10989452 or 7622744. OLE color: 7622744.

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

Color convert

RGB 88 80 116 -
CMYK 0.24 0.31 0 0.55
HSL 253.33º 0.18% 0.38% -
HSV(B) 253.33º 0.31% 0.45% -
XYZ 10.05 9.07 17.74 -
YUV 86.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 88 80 116 0.24 0.31 0 0.55 253.33 0.18 0.38
Hex 58 50 74 18 1F 0 37 FD 12 26
Octal 130 120 164 30 37 0 67 375 22 46
Binary 1011000 1010000 1110100 11000 11111 0 110111 11111101 10010 100110

Color Harmonies of #585074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585074

Black with #585074

Text Example


Text Example

White with #585074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585074; }

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

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

background-color css

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

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

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

border-color css

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

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

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