#5841AB

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

Shades of Daisy Bush #5841AB

Tints of Daisy Bush #5841AB

Color information

#5841AB (or 0x5841AB) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and AB. RGB value is (88,65,171). Sum of RGB (Red+Green+Blue) = 88+65+171=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5841AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5841AB is #A7BE54. Grayscale: #535353. Windows color (decimal): -10993237 or 11223384. OLE color: 11223384.

HSL color Cylindrical-coordinate representation of color #5841AB: hue angle of 253.02º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5841AB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8865171-
CMYK0.490.6200.33
HSL253.02º44.92%46.27%-
HSV(B)253.02º61.99%67.06%-
XYZ13.278.839.53-
YUV83.96177.12130.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=27.16%
G=20.06%
B=52.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88651710.490.6200.33253.0244.9246.27
Hex5841AB313E021fd2d2e
Octal13010125361760413755556
Binary1011000100000110101011110001111110010000111111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5841AB; }

 p { color: rgb(88,65,171); }

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

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

 a { background-color: rgb(88,65,171); }

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

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

 span { border-color: rgb(88,65,171); }

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