#58399D

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

Shades of Daisy Bush #58399D

Tints of Daisy Bush #58399D

Color information

#58399D (or 0x58399D) is unknown color: approx Daisy Bush. HEX triplet: 58, 39 and 9D. RGB value is (88,57,157). Sum of RGB (Red+Green+Blue) = 88+57+157=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #58399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58399D is #A7C662. Grayscale: #4D4D4D. Windows color (decimal): -10995299 or 10303832. OLE color: 10303832.

HSL color Cylindrical-coordinate representation of color #58399D: hue angle of 258.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58399D is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8857157-
CMYK0.440.6400.38
HSL258.6º46.73%41.96%-
HSV(B)258.6º63.69%61.57%-
XYZ11.577.4432.72-
YUV77.67172.77135.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=29.14%
G=18.87%
B=51.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88571570.440.6400.38258.646.7341.96
Hex58399D2C400261032f2a
Octal13071235541000464035752
Binary10110001110011001110110110010000000100110100000011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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