Html Css Color HEX #58226C Honey Flower

📋 copy color: '#58226C'

red 88 ◦ green 34 ◦ blue 108

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

Shades of Honey Flower #58226C

Tints of Honey Flower #58226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 38.26%
G = 14.78%
B = 46.96%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58226C (or 0x58226C) is known color: Honey Flower. HEX triplet: 58, 22 and 6C. RGB value is (88,34,108). Sum of RGB (Red+Green+Blue) = 88+34+108=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #58226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226C is #A7DD93. Grayscale: #3A3A3A. Windows color (decimal): -11001236 or 7086680. OLE color: 7086680.

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

Color convert

RGB 88 34 108 -
CMYK 0.19 0.69 0 0.58
HSL 283.78º 0.52% 0.28% -
HSV(B) 283.78º 0.69% 0.42% -
XYZ 7.3 4.3 14.63 -
YUV 58.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 88 34 108 0.19 0.69 0 0.58 283.78 0.52 0.28
Hex 58 22 6C 13 45 0 3A 11C 34 1C
Octal 130 42 154 23 105 0 72 434 64 34
Binary 1011000 100010 1101100 10011 1000101 0 111010 100011100 110100 11100

Color Harmonies of #58226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58226C

Black with #58226C

Text Example


Text Example

White with #58226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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