Html Css Color HEX #585569 Smoky

📋 copy color: '#585569'

red 88 ◦ green 85 ◦ blue 105

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

Shades of Smoky #585569

Tints of Smoky #585569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 31.65%
G = 30.58%
B = 37.77%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585569 (or 0x585569) is known color: Smoky. HEX triplet: 58, 55 and 69. RGB value is (88,85,105). Sum of RGB (Red+Green+Blue) = 88+85+105=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #585569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585569 is #A7AA96. Grayscale: #585858. Windows color (decimal): -10988183 or 6903128. OLE color: 6903128.

HSL color Cylindrical-coordinate representation of color #585569: hue angle of 249º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585569 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 85 105 -
CMYK 0.16 0.19 0 0.59
HSL 249º 0.11% 0.37% -
HSV(B) 249º 0.19% 0.41% -
XYZ 9.82 9.59 14.7 -
YUV 88.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 88 85 105 0.16 0.19 0 0.59 249 0.11 0.37
Hex 58 55 69 10 13 0 3B F9 B 25
Octal 130 125 151 20 23 0 73 371 13 45
Binary 1011000 1010101 1101001 10000 10011 0 111011 11111001 1011 100101

Color Harmonies of #585569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585569

Black with #585569

Text Example


Text Example

White with #585569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585569; }

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

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

background-color css

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

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

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

border-color css

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

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

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