Html Css Color HEX #58326A Honey Flower

📋 copy color: '#58326A'

red 88 ◦ green 50 ◦ blue 106

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

Shades of Honey Flower #58326A

Tints of Honey Flower #58326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 36.07%
G = 20.49%
B = 43.44%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58326A (or 0x58326A) is known color: Honey Flower. HEX triplet: 58, 32 and 6A. RGB value is (88,50,106). Sum of RGB (Red+Green+Blue) = 88+50+106=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #58326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58326A is #A7CD95. Grayscale: #434343. Windows color (decimal): -10997142 or 6959704. OLE color: 6959704.

HSL color Cylindrical-coordinate representation of color #58326A: hue angle of 280.71º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58326A is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 50 106 -
CMYK 0.17 0.53 0 0.58
HSL 280.71º 0.36% 0.31% -
HSV(B) 280.71º 0.53% 0.42% -
XYZ 7.77 5.4 14.27 -
YUV 67.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 88 50 106 0.17 0.53 0 0.58 280.71 0.36 0.31
Hex 58 32 6A 11 35 0 3A 119 24 1F
Octal 130 62 152 21 65 0 72 431 44 37
Binary 1011000 110010 1101010 10001 110101 0 111010 100011001 100100 11111

Color Harmonies of #58326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58326A

Black with #58326A

Text Example


Text Example

White with #58326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58326A; }

 p { color: rgb(88,50,106); }

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

background-color css

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

 a { background-color: rgb(88,50,106); }

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

border-color css

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

 span { border-color: rgb(88,50,106); }

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