#585273

Color #585273 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #585273

Tints of Smoky #585273

Color information

#585273 (or 0x585273) is unknown color: approx 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

RGB8882115-
CMYK0.230.2900.55
HSL250.91º16.75%38.63%-
HSV(B)250.91º28.7%45.1%-
XYZ10.149.3517.49-
YUV87.56143.49128.32-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88821150.230.2900.55250.9116.7538.63
Hex585273171D037fb1127
Octal13012216327350673732147
Binary101100010100101110011101111110101101111111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>