#58399B

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

Shades of Daisy Bush #58399B

Tints of Daisy Bush #58399B

Color information

#58399B (or 0x58399B) is unknown color: approx Daisy Bush. HEX triplet: 58, 39 and 9B. RGB value is (88,57,155). Sum of RGB (Red+Green+Blue) = 88+57+155=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #58399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58399B is #A7C664. Grayscale: #4D4D4D. Windows color (decimal): -10995301 or 10172760. OLE color: 10172760.

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

Color convert

RGB8857155-
CMYK0.430.6300.39
HSL258.98º46.23%41.57%-
HSV(B)258.98º63.23%60.78%-
XYZ11.47.3731.83-
YUV77.44171.77135.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.33%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=29.33%
G=19%
B=51.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88571550.430.6300.39258.9846.2341.57
Hex58399B2B3F0271032e2a
Octal1307123353770474035652
Binary1011000111001100110111010111111110100111100000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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