#5439AA

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

Shades of Daisy Bush #5439AA

Tints of Daisy Bush #5439AA

Color information

#5439AA (or 0x5439AA) is unknown color: approx Daisy Bush. HEX triplet: 54, 39 and AA. RGB value is (84,57,170). Sum of RGB (Red+Green+Blue) = 84+57+170=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #5439AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5439AA is #ABC655. Grayscale: #4D4D4D. Windows color (decimal): -11257430 or 11155796. OLE color: 11155796.

HSL color Cylindrical-coordinate representation of color #5439AA: hue angle of 254.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5439AA is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8457170-
CMYK0.510.6600.33
HSL254.34º49.78%44.51%-
HSV(B)254.34º66.47%66.67%-
XYZ12.377.7138.87-
YUV77.96179.95132.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=27.01%
G=18.33%
B=54.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84571700.510.6600.33254.3449.7844.51
Hex5439AA3342021fe322d
Octal12471252631020413766255
Binary1010100111001101010101100111000010010000111111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5439AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,57,170); }

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

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

 a { background-color: rgb(84,57,170); }

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

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

 span { border-color: rgb(84,57,170); }

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