Html Css Color HEX #585466 Smoky

📋 copy color: '#585466'

red 88 ◦ green 84 ◦ blue 102

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

Shades of Smoky #585466

Tints of Smoky #585466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 32.12%
G = 30.66%
B = 37.23%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#585466 (or 0x585466) is known color: Smoky. HEX triplet: 58, 54 and 66. RGB value is (88,84,102). Sum of RGB (Red+Green+Blue) = 88+84+102=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #585466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585466 is #A7AB99. Grayscale: #575757. Windows color (decimal): -10988442 or 6706264. OLE color: 6706264.

HSL color Cylindrical-coordinate representation of color #585466: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #585466 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 84 102 -
CMYK 0.14 0.18 0 0.6
HSL 253.33º 0.1% 0.36% -
HSV(B) 253.33º 0.18% 0.4% -
XYZ 9.59 9.37 13.87 -
YUV 87.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 88 84 102 0.14 0.18 0 0.6 253.33 0.1 0.36
Hex 58 54 66 E 12 0 3C FD A 24
Octal 130 124 146 16 22 0 74 375 12 44
Binary 1011000 1010100 1100110 1110 10010 0 111100 11111101 1010 100100

Color Harmonies of #585466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585466

Black with #585466

Text Example


Text Example

White with #585466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585466; }

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

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

background-color css

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

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

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

border-color css

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

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

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