Html Css Color HEX #58366E Honey Flower

📋 copy color: '#58366E'

red 88 ◦ green 54 ◦ blue 110

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

Shades of Honey Flower #58366E

Tints of Honey Flower #58366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 34.92%
G = 21.43%
B = 43.65%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58366E (or 0x58366E) is known color: Honey Flower. HEX triplet: 58, 36 and 6E. RGB value is (88,54,110). Sum of RGB (Red+Green+Blue) = 88+54+110=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 110 - color contains mainly: blue. Hex color #58366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58366E is #A7C991. Grayscale: #464646. Windows color (decimal): -10996114 or 7222872. OLE color: 7222872.

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

Color convert

RGB 88 54 110 -
CMYK 0.2 0.51 0 0.57
HSL 276.43º 0.34% 0.32% -
HSV(B) 276.43º 0.51% 0.43% -
XYZ 8.16 5.84 15.45 -
YUV 70.55 150.26 140.45 -
System Red Green Blue C M Y K H S L
Decimal 88 54 110 0.2 0.51 0 0.57 276.43 0.34 0.32
Hex 58 36 6E 14 33 0 39 114 22 20
Octal 130 66 156 24 63 0 71 424 42 40
Binary 1011000 110110 1101110 10100 110011 0 111001 100010100 100010 100000

Color Harmonies of #58366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58366E

Black with #58366E

Text Example


Text Example

White with #58366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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