Html Css Color HEX #58296D Honey Flower

📋 copy color: '#58296D'

red 88 ◦ green 41 ◦ blue 109

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

Shades of Honey Flower #58296D

Tints of Honey Flower #58296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 36.97%
G = 17.23%
B = 45.8%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58296D (or 0x58296D) is known color: Honey Flower. HEX triplet: 58, 29 and 6D. RGB value is (88,41,109). Sum of RGB (Red+Green+Blue) = 88+41+109=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #58296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58296D is #A7D692. Grayscale: #3E3E3E. Windows color (decimal): -10999443 or 7154008. OLE color: 7154008.

HSL color Cylindrical-coordinate representation of color #58296D: hue angle of 281.47º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58296D is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 41 109 -
CMYK 0.19 0.62 0 0.57
HSL 281.47º 0.45% 0.29% -
HSV(B) 281.47º 0.62% 0.43% -
XYZ 7.58 4.76 14.99 -
YUV 62.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 88 41 109 0.19 0.62 0 0.57 281.47 0.45 0.29
Hex 58 29 6D 13 3E 0 39 119 2D 1D
Octal 130 51 155 23 76 0 71 431 55 35
Binary 1011000 101001 1101101 10011 111110 0 111001 100011001 101101 11101

Color Harmonies of #58296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58296D

Black with #58296D

Text Example


Text Example

White with #58296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58296D; }

 p { color: rgb(88,41,109); }

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

background-color css

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

 a { background-color: rgb(88,41,109); }

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

border-color css

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

 span { border-color: rgb(88,41,109); }

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