#58339F

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

Shades of Daisy Bush #58339F

Tints of Daisy Bush #58339F

Color information

#58339F (or 0x58339F) is unknown color: approx Daisy Bush. HEX triplet: 58, 33 and 9F. RGB value is (88,51,159). Sum of RGB (Red+Green+Blue) = 88+51+159=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #58339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58339F is #A7CC60. Grayscale: #494949. Windows color (decimal): -10996833 or 10433368. OLE color: 10433368.

HSL color Cylindrical-coordinate representation of color #58339F: hue angle of 260.56º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58339F is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8851159-
CMYK0.450.6800.38
HSL260.56º51.43%41.18%-
HSV(B)260.56º67.92%62.35%-
XYZ11.476.9533.54-
YUV74.38175.76137.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=29.53%
G=17.11%
B=53.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88511590.450.6800.38260.5651.4341.18
Hex58339F2D440261053329
Octal13063237551040464056351
Binary10110001100111001111110110110001000100110100000101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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