Html Css Color HEX #585276 Smoky

📋 copy color: '#585276'

red 88 ◦ green 82 ◦ blue 118

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

Shades of Smoky #585276

Tints of Smoky #585276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 30.56%
G = 28.47%
B = 40.97%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#585276 (or 0x585276) is known color: Smoky. HEX triplet: 58, 52 and 76. RGB value is (88,82,118). Sum of RGB (Red+Green+Blue) = 88+82+118=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #585276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585276 is #A7AD89. Grayscale: #575757. Windows color (decimal): -10988938 or 7754328. OLE color: 7754328.

HSL color Cylindrical-coordinate representation of color #585276: hue angle of 250º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #585276 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 82 118 -
CMYK 0.25 0.31 0 0.54
HSL 250º 0.18% 0.39% -
HSV(B) 250º 0.31% 0.46% -
XYZ 10.31 9.42 18.41 -
YUV 87.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 88 82 118 0.25 0.31 0 0.54 250 0.18 0.39
Hex 58 52 76 19 1F 0 36 FA 12 27
Octal 130 122 166 31 37 0 66 372 22 47
Binary 1011000 1010010 1110110 11001 11111 0 110110 11111010 10010 100111

Color Harmonies of #585276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585276

Black with #585276

Text Example


Text Example

White with #585276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585276; }

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

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

background-color css

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

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

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

border-color css

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

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

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