#58229C

Color #58229C Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #58229C

Tints of Daisy Bush #58229C

Color information

#58229C (or 0x58229C) is unknown color: approx Daisy Bush. HEX triplet: 58, 22 and 9C. RGB value is (88,34,156). Sum of RGB (Red+Green+Blue) = 88+34+156=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #58229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58229C is #A7DD63. Grayscale: #3F3F3F. Windows color (decimal): -11001188 or 10232408. OLE color: 10232408.

HSL color Cylindrical-coordinate representation of color #58229C: hue angle of 266.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58229C is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8834156-
CMYK0.440.7800.39
HSL266.56º64.21%37.25%-
HSV(B)266.56º78.21%61.18%-
XYZ10.65.6231.98-
YUV64.05179.89145.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 34 (13.67% from 255) = 12.23%
BLUE value IS 156 (61.33% from 255) = 56.12%
R=31.65%
G=12.23%
B=56.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88341560.440.7800.39266.5664.2137.25
Hex58229C2C4E02710b4025
Octal130422345411604741310045
Binary101100010001010011100101100100111001001111000010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58229C;
 }
 .AnyTagClassName
 {
   color: #58229C;
 }
</style>
background-color css

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

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

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

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

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

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