Html Css Color HEX #582E6B Honey Flower

📋 copy color: '#582E6B'

red 88 ◦ green 46 ◦ blue 107

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

Shades of Honey Flower #582E6B

Tints of Honey Flower #582E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 36.51%
G = 19.09%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#582E6B (or 0x582E6B) is known color: Honey Flower. HEX triplet: 58, 2E and 6B. RGB value is (88,46,107). Sum of RGB (Red+Green+Blue) = 88+46+107=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #582E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582E6B is #A7D194. Grayscale: #414141. Windows color (decimal): -10998165 or 7024216. OLE color: 7024216.

HSL color Cylindrical-coordinate representation of color #582E6B: hue angle of 281.31º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #582E6B is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 46 107 -
CMYK 0.18 0.57 0 0.58
HSL 281.31º 0.4% 0.3% -
HSV(B) 281.31º 0.57% 0.42% -
XYZ 7.66 5.09 14.49 -
YUV 65.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 88 46 107 0.18 0.57 0 0.58 281.31 0.4 0.3
Hex 58 2E 6B 12 39 0 3A 119 28 1E
Octal 130 56 153 22 71 0 72 431 50 36
Binary 1011000 101110 1101011 10010 111001 0 111010 100011001 101000 11110

Color Harmonies of #582E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E6B

Black with #582E6B

Text Example


Text Example

White with #582E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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