#58459B

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

Shades of Daisy Bush #58459B

Tints of Daisy Bush #58459B

Color information

#58459B (or 0x58459B) is unknown color: approx Daisy Bush. HEX triplet: 58, 45 and 9B. RGB value is (88,69,155). Sum of RGB (Red+Green+Blue) = 88+69+155=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #58459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58459B is #A7BA64. Grayscale: #545454. Windows color (decimal): -10992229 or 10175832. OLE color: 10175832.

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

Color convert

RGB8869155-
CMYK0.430.5500.39
HSL253.26º38.39%43.92%-
HSV(B)253.26º55.48%60.78%-
XYZ12.078.732.05-
YUV84.48167.79130.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=28.21%
G=22.12%
B=49.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88691550.430.5500.39253.2638.3943.92
Hex58459B2B37027fd262c
Octal13010523353670473754654
Binary1011000100010110011011101011110111010011111111101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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