#58359B

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

Shades of Daisy Bush #58359B

Tints of Daisy Bush #58359B

Color information

#58359B (or 0x58359B) is unknown color: approx Daisy Bush. HEX triplet: 58, 35 and 9B. RGB value is (88,53,155). Sum of RGB (Red+Green+Blue) = 88+53+155=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #58359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58359B is #A7CA64. Grayscale: #4A4A4A. Windows color (decimal): -10996325 or 10171736. OLE color: 10171736.

HSL color Cylindrical-coordinate representation of color #58359B: hue angle of 260.59º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58359B is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8853155-
CMYK0.430.6600.39
HSL260.59º49.04%40.78%-
HSV(B)260.59º65.81%60.78%-
XYZ11.216.9931.77-
YUV75.09173.1137.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=29.73%
G=17.91%
B=52.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88531550.430.6600.39260.5949.0440.78
Hex58359B2B420271053129
Octal13065233531020474056151
Binary10110001101011001101110101110000100100111100000101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58359B; }

 p { color: rgb(88,53,155); }

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

<style>
 a { background-color: #58359B; }

 a { background-color: rgb(88,53,155); }

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

<style>
 span { border-color: #58359B; }

 span { border-color: rgb(88,53,155); }

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