#5840A3

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

Shades of Daisy Bush #5840A3

Tints of Daisy Bush #5840A3

Color information

#5840A3 (or 0x5840A3) is unknown color: approx Daisy Bush. HEX triplet: 58, 40 and A3. RGB value is (88,64,163). Sum of RGB (Red+Green+Blue) = 88+64+163=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #5840A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5840A3 is #A7BF5C. Grayscale: #525252. Windows color (decimal): -10993501 or 10698840. OLE color: 10698840.

HSL color Cylindrical-coordinate representation of color #5840A3: hue angle of 254.55º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5840A3 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8864163-
CMYK0.460.6100.36
HSL254.55º43.61%44.51%-
HSV(B)254.55º60.74%63.92%-
XYZ12.478.3935.61-
YUV82.46173.45131.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 163 (64.06% from 255) = 51.75%
R=27.94%
G=20.32%
B=51.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88641630.460.6100.36254.5543.6144.51
Hex5840A32E3D024ff2c2d
Octal13010024356750443775455
Binary1011000100000010100011101110111101010010011111111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5840A3; }

 p { color: rgb(88,64,163); }

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

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

 a { background-color: rgb(88,64,163); }

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

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

 span { border-color: rgb(88,64,163); }

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