Html Css Color HEX #58356C Honey Flower

📋 copy color: '#58356C'

red 88 ◦ green 53 ◦ blue 108

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

Shades of Honey Flower #58356C

Tints of Honey Flower #58356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 35.34%
G = 21.29%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58356C (or 0x58356C) is known color: Honey Flower. HEX triplet: 58, 35 and 6C. RGB value is (88,53,108). Sum of RGB (Red+Green+Blue) = 88+53+108=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #58356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58356C is #A7CA93. Grayscale: #454545. Windows color (decimal): -10996372 or 7091544. OLE color: 7091544.

HSL color Cylindrical-coordinate representation of color #58356C: hue angle of 278.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58356C is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 53 108 -
CMYK 0.19 0.51 0 0.58
HSL 278.18º 0.34% 0.32% -
HSV(B) 278.18º 0.51% 0.42% -
XYZ 8 5.7 14.87 -
YUV 69.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 88 53 108 0.19 0.51 0 0.58 278.18 0.34 0.32
Hex 58 35 6C 13 33 0 3A 116 22 20
Octal 130 65 154 23 63 0 72 426 42 40
Binary 1011000 110101 1101100 10011 110011 0 111010 100010110 100010 100000

Color Harmonies of #58356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58356C

Black with #58356C

Text Example


Text Example

White with #58356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58356C; }

 p { color: rgb(88,53,108); }

 H1.HeaderClassName
 {
   color: #58356C;
 }
 .AnyTagClassName
 {
   color: #58356C;
 }
</style>

background-color css

<style>
 a { background-color: #58356C; }

 a { background-color: rgb(88,53,108); }

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

border-color css

<style>
 span { border-color: #58356C; }

 span { border-color: rgb(88,53,108); }

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