#58439F

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

Shades of Daisy Bush #58439F

Tints of Daisy Bush #58439F

Color information

#58439F (or 0x58439F) is unknown color: approx Daisy Bush. HEX triplet: 58, 43 and 9F. RGB value is (88,67,159). Sum of RGB (Red+Green+Blue) = 88+67+159=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #58439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58439F is #A7BC60. Grayscale: #535353. Windows color (decimal): -10992737 or 10437464. OLE color: 10437464.

HSL color Cylindrical-coordinate representation of color #58439F: hue angle of 253.7º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58439F is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8867159-
CMYK0.450.5800.38
HSL253.7º40.71%44.31%-
HSV(B)253.7º57.86%62.35%-
XYZ12.298.5933.81-
YUV83.77170.46131.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=28.03%
G=21.34%
B=50.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88671590.450.5800.38253.740.7144.31
Hex58439F2D3A026fe292c
Octal13010323755720463765154
Binary1011000100001110011111101101111010010011011111110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58439F; }

 p { color: rgb(88,67,159); }

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

<style>
 a { background-color: #58439F; }

 a { background-color: rgb(88,67,159); }

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

<style>
 span { border-color: #58439F; }

 span { border-color: rgb(88,67,159); }

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