Html Css Color HEX #585273 Smoky

📋 copy color: '#585273'

red 88 ◦ green 82 ◦ blue 115

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

Shades of Smoky #585273

Tints of Smoky #585273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 30.88%
G = 28.77%
B = 40.35%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585273 (or 0x585273) is known color: Smoky. HEX triplet: 58, 52 and 73. RGB value is (88,82,115). Sum of RGB (Red+Green+Blue) = 88+82+115=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #585273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585273 is #A7AD8C. Grayscale: #575757. Windows color (decimal): -10988941 or 7557720. OLE color: 7557720.

HSL color Cylindrical-coordinate representation of color #585273: hue angle of 250.91º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #585273 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 82 115 -
CMYK 0.23 0.29 0 0.55
HSL 250.91º 0.17% 0.39% -
HSV(B) 250.91º 0.29% 0.45% -
XYZ 10.14 9.35 17.49 -
YUV 87.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 88 82 115 0.23 0.29 0 0.55 250.91 0.17 0.39
Hex 58 52 73 17 1D 0 37 FB 11 27
Octal 130 122 163 27 35 0 67 373 21 47
Binary 1011000 1010010 1110011 10111 11101 0 110111 11111011 10001 100111

Color Harmonies of #585273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585273

Black with #585273

Text Example


Text Example

White with #585273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585273; }

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

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

background-color css

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

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

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

border-color css

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

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

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