#58428D

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

Shades of Daisy Bush #58428D

Tints of Daisy Bush #58428D

Color information

#58428D (or 0x58428D) is unknown color: approx Daisy Bush. HEX triplet: 58, 42 and 8D. RGB value is (88,66,141). Sum of RGB (Red+Green+Blue) = 88+66+141=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #58428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58428D is #A7BD72. Grayscale: #505050. Windows color (decimal): -10993011 or 9257560. OLE color: 9257560.

HSL color Cylindrical-coordinate representation of color #58428D: hue angle of 257.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58428D is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8866141-
CMYK0.380.5300.45
HSL257.6º36.23%40.59%-
HSV(B)257.6º53.19%55.29%-
XYZ10.787.8926.15-
YUV81.13161.79132.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=29.83%
G=22.37%
B=47.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88661410.380.5300.45257.636.2340.59
Hex58428D263502D1022429
Octal13010221546650554024451
Binary10110001000010100011011001101101010101101100000010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,66,141); }

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

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

 a { background-color: rgb(88,66,141); }

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

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

 span { border-color: rgb(88,66,141); }

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