#58489B

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

Shades of Daisy Bush #58489B

Tints of Daisy Bush #58489B

Color information

#58489B (or 0x58489B) is unknown color: approx Daisy Bush. HEX triplet: 58, 48 and 9B. RGB value is (88,72,155). Sum of RGB (Red+Green+Blue) = 88+72+155=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #58489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58489B is #A7B764. Grayscale: #555555. Windows color (decimal): -10991461 or 10176600. OLE color: 10176600.

HSL color Cylindrical-coordinate representation of color #58489B: hue angle of 251.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58489B is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8872155-
CMYK0.430.5400.39
HSL251.57º36.56%44.51%-
HSV(B)251.57º53.55%60.78%-
XYZ12.269.0832.12-
YUV86.25166.8129.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=27.94%
G=22.86%
B=49.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88721550.430.5400.39251.5736.5644.51
Hex58489B2B36027fc252d
Octal13011023353660473744555
Binary1011000100100010011011101011110110010011111111100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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