Html Css Color HEX #58366A Honey Flower

📋 copy color: '#58366A'

red 88 ◦ green 54 ◦ blue 106

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

Shades of Honey Flower #58366A

Tints of Honey Flower #58366A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.74%

R = 35.48%
G = 21.77%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58366A (or 0x58366A) is known color: Honey Flower. HEX triplet: 58, 36 and 6A. RGB value is (88,54,106). Sum of RGB (Red+Green+Blue) = 88+54+106=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #58366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58366A is #A7C995. Grayscale: #454545. Windows color (decimal): -10996118 or 6960728. OLE color: 6960728.

HSL color Cylindrical-coordinate representation of color #58366A: hue angle of 279.23º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58366A is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 54 106 -
CMYK 0.17 0.49 0 0.58
HSL 279.23º 0.33% 0.31% -
HSV(B) 279.23º 0.49% 0.42% -
XYZ 7.95 5.75 14.33 -
YUV 70.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 88 54 106 0.17 0.49 0 0.58 279.23 0.33 0.31
Hex 58 36 6A 11 31 0 3A 117 20 1F
Octal 130 66 152 21 61 0 72 427 40 37
Binary 1011000 110110 1101010 10001 110001 0 111010 100010111 100000 11111

Color Harmonies of #58366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58366A

Black with #58366A

Text Example


Text Example

White with #58366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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