Html Css Color HEX #58236C Honey Flower

📋 copy color: '#58236C'

red 88 ◦ green 35 ◦ blue 108

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

Shades of Honey Flower #58236C

Tints of Honey Flower #58236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 38.1%
G = 15.15%
B = 46.75%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58236C (or 0x58236C) is known color: Honey Flower. HEX triplet: 58, 23 and 6C. RGB value is (88,35,108). Sum of RGB (Red+Green+Blue) = 88+35+108=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #58236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58236C is #A7DC93. Grayscale: #3A3A3A. Windows color (decimal): -11000980 or 7086936. OLE color: 7086936.

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

Color convert

RGB 88 35 108 -
CMYK 0.19 0.68 0 0.58
HSL 283.56º 0.51% 0.28% -
HSV(B) 283.56º 0.68% 0.42% -
XYZ 7.33 4.36 14.64 -
YUV 59.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 88 35 108 0.19 0.68 0 0.58 283.56 0.51 0.28
Hex 58 23 6C 13 44 0 3A 11C 33 1C
Octal 130 43 154 23 104 0 72 434 63 34
Binary 1011000 100011 1101100 10011 1000100 0 111010 100011100 110011 11100

Color Harmonies of #58236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58236C

Black with #58236C

Text Example


Text Example

White with #58236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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