Html Css Color HEX #58336C Honey Flower

📋 copy color: '#58336C'

red 88 ◦ green 51 ◦ blue 108

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

Shades of Honey Flower #58336C

Tints of Honey Flower #58336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 35.63%
G = 20.65%
B = 43.72%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58336C (or 0x58336C) is known color: Honey Flower. HEX triplet: 58, 33 and 6C. RGB value is (88,51,108). Sum of RGB (Red+Green+Blue) = 88+51+108=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #58336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58336C is #A7CC93. Grayscale: #444444. Windows color (decimal): -10996884 or 7091032. OLE color: 7091032.

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

Color convert

RGB 88 51 108 -
CMYK 0.19 0.53 0 0.58
HSL 278.95º 0.36% 0.31% -
HSV(B) 278.95º 0.53% 0.42% -
XYZ 7.92 5.53 14.84 -
YUV 68.56 150.26 141.87 -
System Red Green Blue C M Y K H S L
Decimal 88 51 108 0.19 0.53 0 0.58 278.95 0.36 0.31
Hex 58 33 6C 13 35 0 3A 117 24 1F
Octal 130 63 154 23 65 0 72 427 44 37
Binary 1011000 110011 1101100 10011 110101 0 111010 100010111 100100 11111

Color Harmonies of #58336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58336C

Black with #58336C

Text Example


Text Example

White with #58336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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