Html Css Color HEX #585070 Smoky

📋 copy color: '#585070'

red 88 ◦ green 80 ◦ blue 112

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

Shades of Smoky #585070

Tints of Smoky #585070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 31.43%
G = 28.57%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#585070 (or 0x585070) is known color: Smoky. HEX triplet: 58, 50 and 70. RGB value is (88,80,112). Sum of RGB (Red+Green+Blue) = 88+80+112=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #585070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585070 is #A7AF8F. Grayscale: #555555. Windows color (decimal): -10989456 or 7360600. OLE color: 7360600.

HSL color Cylindrical-coordinate representation of color #585070: hue angle of 255º 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 #585070 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 80 112 -
CMYK 0.21 0.29 0 0.56
HSL 255º 0.17% 0.38% -
HSV(B) 255º 0.29% 0.44% -
XYZ 9.82 8.98 16.55 -
YUV 86.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 88 80 112 0.21 0.29 0 0.56 255 0.17 0.38
Hex 58 50 70 15 1D 0 38 FF 11 26
Octal 130 120 160 25 35 0 70 377 21 46
Binary 1011000 1010000 1110000 10101 11101 0 111000 11111111 10001 100110

Color Harmonies of #585070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585070

Black with #585070

Text Example


Text Example

White with #585070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585070; }

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

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

background-color css

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

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

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

border-color css

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

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

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