#5539A5

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

Shades of Daisy Bush #5539A5

Tints of Daisy Bush #5539A5

Color information

#5539A5 (or 0x5539A5) is unknown color: approx Daisy Bush. HEX triplet: 55, 39 and A5. RGB value is (85,57,165). Sum of RGB (Red+Green+Blue) = 85+57+165=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 165 (64.84% from 255 or 53.75% from 307); Max value from RGB is 165 - color contains mainly: blue. Hex color #5539A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5539A5 is #AAC65A. Grayscale: #4D4D4D. Windows color (decimal): -11191899 or 10828117. OLE color: 10828117.

HSL color Cylindrical-coordinate representation of color #5539A5: hue angle of 255.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5539A5 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8557165-
CMYK0.480.6500.35
HSL255.56º48.65%43.53%-
HSV(B)255.56º65.45%64.71%-
XYZ127.5736.43-
YUV77.68177.28133.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 165 (64.84% from 255) = 53.75%
R=27.69%
G=18.57%
B=53.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85571650.480.6500.35255.5648.6543.53
Hex5539A53041023100312c
Octal12571245601010434006154
Binary10101011110011010010111000010000010100011100000000110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5539A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5539A5; }

 p { color: rgb(85,57,165); }

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

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

 a { background-color: rgb(85,57,165); }

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

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

 span { border-color: rgb(85,57,165); }

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