#58489A

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

Shades of Daisy Bush #58489A

Tints of Daisy Bush #58489A

Color information

#58489A (or 0x58489A) is unknown color: approx Daisy Bush. HEX triplet: 58, 48 and 9A. RGB value is (88,72,154). Sum of RGB (Red+Green+Blue) = 88+72+154=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #58489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58489A is #A7B765. Grayscale: #555555. Windows color (decimal): -10991462 or 10111064. OLE color: 10111064.

HSL color Cylindrical-coordinate representation of color #58489A: hue angle of 251.71º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58489A is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8872154-
CMYK0.430.5300.40
HSL251.71º36.28%44.31%-
HSV(B)251.71º53.25%60.39%-
XYZ12.179.0431.68-
YUV86.13166.3129.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=28.03%
G=22.93%
B=49.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88721540.430.5300.40251.7136.2844.31
Hex58489A2B35028fc242c
Octal13011023253650503744454
Binary1011000100100010011010101011110101010100011111100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58489A; }

 p { color: rgb(88,72,154); }

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

<style>
 a { background-color: #58489A; }

 a { background-color: rgb(88,72,154); }

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

<style>
 span { border-color: #58489A; }

 span { border-color: rgb(88,72,154); }

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