Html Css Color HEX #58386E Honey Flower

📋 copy color: '#58386E'

red 88 ◦ green 56 ◦ blue 110

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

Shades of Honey Flower #58386E

Tints of Honey Flower #58386E

RGB

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

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

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

R = 34.65%
G = 22.05%
B = 43.31%

CMYK

 C value IS 0.2

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58386E (or 0x58386E) is known color: Honey Flower. HEX triplet: 58, 38 and 6E. RGB value is (88,56,110). Sum of RGB (Red+Green+Blue) = 88+56+110=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #58386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58386E is #A7C791. Grayscale: #474747. Windows color (decimal): -10995602 or 7223384. OLE color: 7223384.

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

Color convert

RGB 88 56 110 -
CMYK 0.2 0.49 0 0.57
HSL 275.56º 0.33% 0.33% -
HSV(B) 275.56º 0.49% 0.43% -
XYZ 8.25 6.03 15.48 -
YUV 71.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 88 56 110 0.2 0.49 0 0.57 275.56 0.33 0.33
Hex 58 38 6E 14 31 0 39 114 21 21
Octal 130 70 156 24 61 0 71 424 41 41
Binary 1011000 111000 1101110 10100 110001 0 111001 100010100 100001 100001

Color Harmonies of #58386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58386E

Black with #58386E

Text Example


Text Example

White with #58386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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