#58339A

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

Shades of Daisy Bush #58339A

Tints of Daisy Bush #58339A

Color information

#58339A (or 0x58339A) is unknown color: approx Daisy Bush. HEX triplet: 58, 33 and 9A. RGB value is (88,51,154). Sum of RGB (Red+Green+Blue) = 88+51+154=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #58339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58339A is #A7CC65. Grayscale: #494949. Windows color (decimal): -10996838 or 10105688. OLE color: 10105688.

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

Color convert

RGB8851154-
CMYK0.430.6700.40
HSL261.55º50.24%40.2%-
HSV(B)261.55º66.88%60.39%-
XYZ11.046.7831.3-
YUV73.8173.26138.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 51 (20.31% from 255) = 17.41%
BLUE value IS 154 (60.55% from 255) = 52.56%
R=30.03%
G=17.41%
B=52.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88511540.430.6700.40261.5550.2440.2
Hex58339A2B430281063228
Octal13063232531030504066250
Binary10110001100111001101010101110000110101000100000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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