Html Css Color HEX #58296B Honey Flower

📋 copy color: '#58296B'

red 88 ◦ green 41 ◦ blue 107

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

Shades of Honey Flower #58296B

Tints of Honey Flower #58296B

RGB

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

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

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

R = 37.29%
G = 17.37%
B = 45.34%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58296B (or 0x58296B) is known color: Honey Flower. HEX triplet: 58, 29 and 6B. RGB value is (88,41,107). Sum of RGB (Red+Green+Blue) = 88+41+107=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #58296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58296B is #A7D694. Grayscale: #3E3E3E. Windows color (decimal): -10999445 or 7022936. OLE color: 7022936.

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

Color convert

RGB 88 41 107 -
CMYK 0.18 0.62 0 0.58
HSL 282.73º 0.45% 0.29% -
HSV(B) 282.73º 0.62% 0.42% -
XYZ 7.47 4.72 14.43 -
YUV 62.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 88 41 107 0.18 0.62 0 0.58 282.73 0.45 0.29
Hex 58 29 6B 12 3E 0 3A 11B 2D 1D
Octal 130 51 153 22 76 0 72 433 55 35
Binary 1011000 101001 1101011 10010 111110 0 111010 100011011 101101 11101

Color Harmonies of #58296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58296B

Black with #58296B

Text Example


Text Example

White with #58296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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