Html Css Color HEX #582874 Honey Flower

📋 copy color: '#582874'

red 88 ◦ green 40 ◦ blue 116

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

Shades of Honey Flower #582874

Tints of Honey Flower #582874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

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

R = 36.07%
G = 16.39%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582874 (or 0x582874) is known color: Honey Flower. HEX triplet: 58, 28 and 74. RGB value is (88,40,116). Sum of RGB (Red+Green+Blue) = 88+40+116=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #582874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582874 is #A7D78B. Grayscale: #3E3E3E. Windows color (decimal): -10999692 or 7612504. OLE color: 7612504.

HSL color Cylindrical-coordinate representation of color #582874: hue angle of 277.89º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582874 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 40 116 -
CMYK 0.24 0.66 0 0.55
HSL 277.89º 0.49% 0.31% -
HSV(B) 277.89º 0.66% 0.45% -
XYZ 7.94 4.85 17.04 -
YUV 63.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 88 40 116 0.24 0.66 0 0.55 277.89 0.49 0.31
Hex 58 28 74 18 42 0 37 116 31 1F
Octal 130 50 164 30 102 0 67 426 61 37
Binary 1011000 101000 1110100 11000 1000010 0 110111 100010110 110001 11111

Color Harmonies of #582874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582874

Black with #582874

Text Example


Text Example

White with #582874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582874; }

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

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

background-color css

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

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

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

border-color css

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

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

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