#5842AA

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

Shades of Daisy Bush #5842AA

Tints of Daisy Bush #5842AA

Color information

#5842AA (or 0x5842AA) is unknown color: approx Daisy Bush. HEX triplet: 58, 42 and AA. RGB value is (88,66,170). Sum of RGB (Red+Green+Blue) = 88+66+170=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #5842AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5842AA is #A7BD55. Grayscale: #545454. Windows color (decimal): -10992982 or 11158104. OLE color: 11158104.

HSL color Cylindrical-coordinate representation of color #5842AA: hue angle of 252.69º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5842AA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8866170-
CMYK0.480.6100.33
HSL252.69º44.07%46.27%-
HSV(B)252.69º61.18%66.67%-
XYZ13.238.8739.05-
YUV84.43176.29130.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=27.16%
G=20.37%
B=52.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88661700.480.6100.33252.6944.0746.27
Hex5842AA303D021fd2c2e
Octal13010225260750413755456
Binary1011000100001010101010110000111101010000111111101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5842AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5842AA; }

 p { color: rgb(88,66,170); }

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

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

 a { background-color: rgb(88,66,170); }

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

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

 span { border-color: rgb(88,66,170); }

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