#58398E

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

Shades of Daisy Bush #58398E

Tints of Daisy Bush #58398E

Color information

#58398E (or 0x58398E) is unknown color: approx Daisy Bush. HEX triplet: 58, 39 and 8E. RGB value is (88,57,142). Sum of RGB (Red+Green+Blue) = 88+57+142=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #58398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58398E is #A7C671. Grayscale: #4B4B4B. Windows color (decimal): -10995314 or 9320792. OLE color: 9320792.

HSL color Cylindrical-coordinate representation of color #58398E: hue angle of 261.88º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58398E is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8857142-
CMYK0.380.6000.44
HSL261.88º42.71%39.02%-
HSV(B)261.88º59.86%55.69%-
XYZ10.376.9526.39-
YUV75.96165.27136.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=30.66%
G=19.86%
B=49.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88571420.380.6000.44261.8842.7139.02
Hex58398E263C02C1062b27
Octal1307121646740544065347
Binary1011000111001100011101001101111000101100100000110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58398E; }

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

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

<style>
 a { background-color: #58398E; }

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

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

<style>
 span { border-color: #58398E; }

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

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