Html Css Color HEX #585269 Smoky

📋 copy color: '#585269'

red 88 ◦ green 82 ◦ blue 105

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

Shades of Smoky #585269

Tints of Smoky #585269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 32%
G = 29.82%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#585269 (or 0x585269) is known color: Smoky. HEX triplet: 58, 52 and 69. RGB value is (88,82,105). Sum of RGB (Red+Green+Blue) = 88+82+105=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #585269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585269 is #A7AD96. Grayscale: #565656. Windows color (decimal): -10988951 or 6902360. OLE color: 6902360.

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

Color convert

RGB 88 82 105 -
CMYK 0.16 0.22 0 0.59
HSL 255.65º 0.12% 0.37% -
HSV(B) 255.65º 0.22% 0.41% -
XYZ 9.59 9.13 14.62 -
YUV 86.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 88 82 105 0.16 0.22 0 0.59 255.65 0.12 0.37
Hex 58 52 69 10 16 0 3B 100 C 25
Octal 130 122 151 20 26 0 73 400 14 45
Binary 1011000 1010010 1101001 10000 10110 0 111011 100000000 1100 100101

Color Harmonies of #585269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585269

Black with #585269

Text Example


Text Example

White with #585269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585269; }

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

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

background-color css

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

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

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

border-color css

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

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

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