#58229A

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

Shades of Daisy Bush #58229A

Tints of Daisy Bush #58229A

Color information

#58229A (or 0x58229A) is unknown color: approx Daisy Bush. HEX triplet: 58, 22 and 9A. RGB value is (88,34,154). Sum of RGB (Red+Green+Blue) = 88+34+154=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #58229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58229A is #A7DD65. Grayscale: #3F3F3F. Windows color (decimal): -11001190 or 10101336. OLE color: 10101336.

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

Color convert

RGB8834154-
CMYK0.430.7800.40
HSL267º63.83%36.86%-
HSV(B)267º77.92%60.39%-
XYZ10.435.5531.09-
YUV63.83178.89145.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 34 (13.67% from 255) = 12.32%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=31.88%
G=12.32%
B=55.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88341540.430.7800.4026763.8336.86
Hex58229A2B4E02810b4025
Octal130422325311605041310045
Binary101100010001010011010101011100111001010001000010111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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