Html Css Color HEX #584F72 Smoky

📋 copy color: '#584F72'

red 88 ◦ green 79 ◦ blue 114

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

Shades of Smoky #584F72

Tints of Smoky #584F72

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 114 (44.92% from 255) = 40.57%

R = 31.32%
G = 28.11%
B = 40.57%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584F72 (or 0x584F72) is known color: Smoky. HEX triplet: 58, 4F and 72. RGB value is (88,79,114). Sum of RGB (Red+Green+Blue) = 88+79+114=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #584F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F72 is #A7B08D. Grayscale: #555555. Windows color (decimal): -10989710 or 7491416. OLE color: 7491416.

HSL color Cylindrical-coordinate representation of color #584F72: hue angle of 255.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #584F72 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 79 114 -
CMYK 0.23 0.31 0 0.55
HSL 255.43º 0.18% 0.38% -
HSV(B) 255.43º 0.31% 0.45% -
XYZ 9.86 8.88 17.11 -
YUV 85.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 88 79 114 0.23 0.31 0 0.55 255.43 0.18 0.38
Hex 58 4F 72 17 1F 0 37 FF 12 26
Octal 130 117 162 27 37 0 67 377 22 46
Binary 1011000 1001111 1110010 10111 11111 0 110111 11111111 10010 100110

Color Harmonies of #584F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584F72

Black with #584F72

Text Example


Text Example

White with #584F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584F72; }

 p { color: rgb(88,79,114); }

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

background-color css

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

 a { background-color: rgb(88,79,114); }

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

border-color css

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

 span { border-color: rgb(88,79,114); }

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