Html Css Color HEX #58396E Honey Flower

📋 copy color: '#58396E'

red 88 ◦ green 57 ◦ blue 110

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

Shades of Honey Flower #58396E

Tints of Honey Flower #58396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 34.51%
G = 22.35%
B = 43.14%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58396E (or 0x58396E) is known color: Honey Flower. HEX triplet: 58, 39 and 6E. RGB value is (88,57,110). Sum of RGB (Red+Green+Blue) = 88+57+110=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #58396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58396E is #A7C691. Grayscale: #484848. Windows color (decimal): -10995346 or 7223640. OLE color: 7223640.

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

Color convert

RGB 88 57 110 -
CMYK 0.2 0.48 0 0.57
HSL 275.09º 0.32% 0.33% -
HSV(B) 275.09º 0.48% 0.43% -
XYZ 8.3 6.13 15.5 -
YUV 72.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 88 57 110 0.2 0.48 0 0.57 275.09 0.32 0.33
Hex 58 39 6E 14 30 0 39 113 20 21
Octal 130 71 156 24 60 0 71 423 40 41
Binary 1011000 111001 1101110 10100 110000 0 111001 100010011 100000 100001

Color Harmonies of #58396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58396E

Black with #58396E

Text Example


Text Example

White with #58396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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