Html Css Color HEX #585274 Smoky

📋 copy color: '#585274'

red 88 ◦ green 82 ◦ blue 116

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

Shades of Smoky #585274

Tints of Smoky #585274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 30.77%
G = 28.67%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585274 (or 0x585274) is known color: Smoky. HEX triplet: 58, 52 and 74. RGB value is (88,82,116). Sum of RGB (Red+Green+Blue) = 88+82+116=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #585274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585274 is #A7AD8B. Grayscale: #575757. Windows color (decimal): -10988940 or 7623256. OLE color: 7623256.

HSL color Cylindrical-coordinate representation of color #585274: hue angle of 250.59º 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 #585274 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 82 116 -
CMYK 0.24 0.29 0 0.55
HSL 250.59º 0.17% 0.39% -
HSV(B) 250.59º 0.29% 0.45% -
XYZ 10.19 9.37 17.79 -
YUV 87.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 88 82 116 0.24 0.29 0 0.55 250.59 0.17 0.39
Hex 58 52 74 18 1D 0 37 FB 11 27
Octal 130 122 164 30 35 0 67 373 21 47
Binary 1011000 1010010 1110100 11000 11101 0 110111 11111011 10001 100111

Color Harmonies of #585274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585274

Black with #585274

Text Example


Text Example

White with #585274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585274; }

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

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

background-color css

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

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

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

border-color css

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

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

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