Html Css Color HEX #58416D Honey Flower

📋 copy color: '#58416D'

red 88 ◦ green 65 ◦ blue 109

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

Shades of Honey Flower #58416D

Tints of Honey Flower #58416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 33.59%
G = 24.81%
B = 41.6%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58416D (or 0x58416D) is known color: Honey Flower. HEX triplet: 58, 41 and 6D. RGB value is (88,65,109). Sum of RGB (Red+Green+Blue) = 88+65+109=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #58416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58416D is #A7BE92. Grayscale: #4C4C4C. Windows color (decimal): -10993299 or 7160152. OLE color: 7160152.

HSL color Cylindrical-coordinate representation of color #58416D: hue angle of 271.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58416D is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 65 109 -
CMYK 0.19 0.40 0 0.57
HSL 271.36º 0.25% 0.34% -
HSV(B) 271.36º 0.4% 0.43% -
XYZ 8.68 6.96 15.35 -
YUV 76.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 88 65 109 0.19 0.40 0 0.57 271.36 0.25 0.34
Hex 58 41 6D 13 28 0 39 10F 19 22
Octal 130 101 155 23 50 0 71 417 31 42
Binary 1011000 1000001 1101101 10011 101000 0 111001 100001111 11001 100010

Color Harmonies of #58416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58416D

Black with #58416D

Text Example


Text Example

White with #58416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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