#584596

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

Shades of Daisy Bush #584596

Tints of Daisy Bush #584596

Color information

#584596 (or 0x584596) is unknown color: approx Daisy Bush. HEX triplet: 58, 45 and 96. RGB value is (88,69,150). Sum of RGB (Red+Green+Blue) = 88+69+150=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #584596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584596 is #A7BA69. Grayscale: #535353. Windows color (decimal): -10992234 or 9848152. OLE color: 9848152.

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

Color convert

RGB8869150-
CMYK0.410.5400.41
HSL254.07º36.99%42.94%-
HSV(B)254.07º54%58.82%-
XYZ11.668.5329.89-
YUV83.92165.29130.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=28.66%
G=22.48%
B=48.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88691500.410.5400.41254.0736.9942.94
Hex5845962936029fe252b
Octal13010522651660513764553
Binary1011000100010110010110101001110110010100111111110100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584596; }

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

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

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

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

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

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

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

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