Html Css Color HEX #585469 Smoky

📋 copy color: '#585469'

red 88 ◦ green 84 ◦ blue 105

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

Shades of Smoky #585469

Tints of Smoky #585469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

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

R = 31.77%
G = 30.32%
B = 37.91%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585469 (or 0x585469) is known color: Smoky. HEX triplet: 58, 54 and 69. RGB value is (88,84,105). Sum of RGB (Red+Green+Blue) = 88+84+105=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 105 - color contains mainly: blue. Hex color #585469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585469 is #A7AB96. Grayscale: #575757. Windows color (decimal): -10988439 or 6902872. OLE color: 6902872.

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

Color convert

RGB 88 84 105 -
CMYK 0.16 0.20 0 0.59
HSL 251.43º 0.11% 0.37% -
HSV(B) 251.43º 0.2% 0.41% -
XYZ 9.74 9.44 14.67 -
YUV 87.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 88 84 105 0.16 0.20 0 0.59 251.43 0.11 0.37
Hex 58 54 69 10 14 0 3B FB B 25
Octal 130 124 151 20 24 0 73 373 13 45
Binary 1011000 1010100 1101001 10000 10100 0 111011 11111011 1011 100101

Color Harmonies of #585469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585469

Black with #585469

Text Example


Text Example

White with #585469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585469; }

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

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

background-color css

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

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

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

border-color css

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

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

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