Html Css Color HEX #58346E Honey Flower

📋 copy color: '#58346E'

red 88 ◦ green 52 ◦ blue 110

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

Shades of Honey Flower #58346E

Tints of Honey Flower #58346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.8%

 BLUE value IS 110 (43.36% from 255) = 44%

R = 35.2%
G = 20.8%
B = 44%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58346E (or 0x58346E) is known color: Honey Flower. HEX triplet: 58, 34 and 6E. RGB value is (88,52,110). Sum of RGB (Red+Green+Blue) = 88+52+110=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #58346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58346E is #A7CB91. Grayscale: #454545. Windows color (decimal): -10996626 or 7222360. OLE color: 7222360.

HSL color Cylindrical-coordinate representation of color #58346E: hue angle of 277.24º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58346E is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 52 110 -
CMYK 0.2 0.53 0 0.57
HSL 277.24º 0.36% 0.32% -
HSV(B) 277.24º 0.53% 0.43% -
XYZ 8.07 5.66 15.42 -
YUV 69.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 88 52 110 0.2 0.53 0 0.57 277.24 0.36 0.32
Hex 58 34 6E 14 35 0 39 115 24 20
Octal 130 64 156 24 65 0 71 425 44 40
Binary 1011000 110100 1101110 10100 110101 0 111001 100010101 100100 100000

Color Harmonies of #58346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58346E

Black with #58346E

Text Example


Text Example

White with #58346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58346E; }

 p { color: rgb(88,52,110); }

 H1.HeaderClassName
 {
   color: #58346E;
 }
 .AnyTagClassName
 {
   color: #58346E;
 }
</style>

background-color css

<style>
 a { background-color: #58346E; }

 a { background-color: rgb(88,52,110); }

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

border-color css

<style>
 span { border-color: #58346E; }

 span { border-color: rgb(88,52,110); }

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