Html Css Color HEX #58386F Honey Flower

📋 copy color: '#58386F'

red 88 ◦ green 56 ◦ blue 111

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

Shades of Honey Flower #58386F

Tints of Honey Flower #58386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.96%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 34.51%
G = 21.96%
B = 43.53%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58386F (or 0x58386F) is known color: Honey Flower. HEX triplet: 58, 38 and 6F. RGB value is (88,56,111). Sum of RGB (Red+Green+Blue) = 88+56+111=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #58386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58386F is #A7C790. Grayscale: #474747. Windows color (decimal): -10995601 or 7288920. OLE color: 7288920.

HSL color Cylindrical-coordinate representation of color #58386F: hue angle of 274.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58386F is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 56 111 -
CMYK 0.21 0.50 0 0.56
HSL 274.91º 0.33% 0.33% -
HSV(B) 274.91º 0.5% 0.44% -
XYZ 8.31 6.05 15.77 -
YUV 71.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 88 56 111 0.21 0.50 0 0.56 274.91 0.33 0.33
Hex 58 38 6F 15 32 0 38 113 21 21
Octal 130 70 157 25 62 0 70 423 41 41
Binary 1011000 111000 1101111 10101 110010 0 111000 100010011 100001 100001

Color Harmonies of #58386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58386F

Black with #58386F

Text Example


Text Example

White with #58386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58386F; }

 p { color: rgb(88,56,111); }

 H1.HeaderClassName
 {
   color: #58386F;
 }
 .AnyTagClassName
 {
   color: #58386F;
 }
</style>

background-color css

<style>
 a { background-color: #58386F; }

 a { background-color: rgb(88,56,111); }

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

border-color css

<style>
 span { border-color: #58386F; }

 span { border-color: rgb(88,56,111); }

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