Html Css Color HEX #58306D Honey Flower

📋 copy color: '#58306D'

red 88 ◦ green 48 ◦ blue 109

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

Shades of Honey Flower #58306D

Tints of Honey Flower #58306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 35.92%
G = 19.59%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58306D (or 0x58306D) is known color: Honey Flower. HEX triplet: 58, 30 and 6D. RGB value is (88,48,109). Sum of RGB (Red+Green+Blue) = 88+48+109=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #58306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58306D is #A7CF92. Grayscale: #424242. Windows color (decimal): -10997651 or 7155800. OLE color: 7155800.

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

Color convert

RGB 88 48 109 -
CMYK 0.19 0.56 0 0.57
HSL 279.34º 0.39% 0.31% -
HSV(B) 279.34º 0.56% 0.43% -
XYZ 7.84 5.29 15.08 -
YUV 66.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 88 48 109 0.19 0.56 0 0.57 279.34 0.39 0.31
Hex 58 30 6D 13 38 0 39 117 27 1F
Octal 130 60 155 23 70 0 71 427 47 37
Binary 1011000 110000 1101101 10011 111000 0 111001 100010111 100111 11111

Color Harmonies of #58306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58306D

Black with #58306D

Text Example


Text Example

White with #58306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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