#58399C

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

Shades of Daisy Bush #58399C

Tints of Daisy Bush #58399C

Color information

#58399C (or 0x58399C) is unknown color: approx Daisy Bush. HEX triplet: 58, 39 and 9C. RGB value is (88,57,156). Sum of RGB (Red+Green+Blue) = 88+57+156=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #58399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58399C is #A7C663. Grayscale: #4D4D4D. Windows color (decimal): -10995300 or 10238296. OLE color: 10238296.

HSL color Cylindrical-coordinate representation of color #58399C: hue angle of 258.79º 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 #58399C is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8857156-
CMYK0.440.6300.39
HSL258.79º46.48%41.76%-
HSV(B)258.79º63.46%61.18%-
XYZ11.497.432.28-
YUV77.55172.27135.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=29.24%
G=18.94%
B=51.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88571560.440.6300.39258.7946.4841.76
Hex58399C2C3F0271032e2a
Octal1307123454770474035652
Binary1011000111001100111001011001111110100111100000011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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