Html Css Color HEX #582E74 Honey Flower

📋 copy color: '#582E74'

red 88 ◦ green 46 ◦ blue 116

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

Shades of Honey Flower #582E74

Tints of Honey Flower #582E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.4%

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

R = 35.2%
G = 18.4%
B = 46.4%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#582E74 (or 0x582E74) is known color: Honey Flower. HEX triplet: 58, 2E and 74. RGB value is (88,46,116). Sum of RGB (Red+Green+Blue) = 88+46+116=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #582E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E74 is #A7D18B. Grayscale: #424242. Windows color (decimal): -10998156 or 7614040. OLE color: 7614040.

HSL color Cylindrical-coordinate representation of color #582E74: hue angle of 276º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582E74 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 46 116 -
CMYK 0.24 0.60 0 0.55
HSL 276º 0.43% 0.32% -
HSV(B) 276º 0.6% 0.45% -
XYZ 8.15 5.29 17.11 -
YUV 66.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 88 46 116 0.24 0.60 0 0.55 276 0.43 0.32
Hex 58 2E 74 18 3C 0 37 114 2B 20
Octal 130 56 164 30 74 0 67 424 53 40
Binary 1011000 101110 1110100 11000 111100 0 110111 100010100 101011 100000

Color Harmonies of #582E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E74

Black with #582E74

Text Example


Text Example

White with #582E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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