Html Css Color HEX #58316D Honey Flower

📋 copy color: '#58316D'

red 88 ◦ green 49 ◦ blue 109

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

Shades of Honey Flower #58316D

Tints of Honey Flower #58316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 35.77%
G = 19.92%
B = 44.31%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58316D (or 0x58316D) is known color: Honey Flower. HEX triplet: 58, 31 and 6D. RGB value is (88,49,109). Sum of RGB (Red+Green+Blue) = 88+49+109=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #58316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58316D is #A7CE92. Grayscale: #434343. Windows color (decimal): -10997395 or 7156056. OLE color: 7156056.

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

Color convert

RGB 88 49 109 -
CMYK 0.19 0.55 0 0.57
HSL 279º 0.38% 0.31% -
HSV(B) 279º 0.55% 0.43% -
XYZ 7.88 5.38 15.09 -
YUV 67.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 88 49 109 0.19 0.55 0 0.57 279 0.38 0.31
Hex 58 31 6D 13 37 0 39 117 26 1F
Octal 130 61 155 23 67 0 71 427 46 37
Binary 1011000 110001 1101101 10011 110111 0 111001 100010111 100110 11111

Color Harmonies of #58316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58316D

Black with #58316D

Text Example


Text Example

White with #58316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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