#5523A1

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

Shades of Daisy Bush #5523A1

Tints of Daisy Bush #5523A1

Color information

#5523A1 (or 0x5523A1) is unknown color: approx Daisy Bush. HEX triplet: 55, 23 and A1. RGB value is (85,35,161). Sum of RGB (Red+Green+Blue) = 85+35+161=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #5523A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5523A1 is #AADC5E. Grayscale: #3F3F3F. Windows color (decimal): -11197535 or 10560341. OLE color: 10560341.

HSL color Cylindrical-coordinate representation of color #5523A1: hue angle of 263.81º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5523A1 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8535161-
CMYK0.470.7800.37
HSL263.81º64.29%38.43%-
HSV(B)263.81º78.26%63.14%-
XYZ10.785.7134.25-
YUV64.31182.56142.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 161 (63.28% from 255) = 57.30%
R=30.25%
G=12.46%
B=57.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85351610.470.7800.37263.8164.2938.43
Hex5523A12F4E0251084026
Octal125432415711604541010046
Binary101010110001110100001101111100111001001011000010001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5523A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5523A1; }

 p { color: rgb(85,35,161); }

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

<style>
 a { background-color: #5523A1; }

 a { background-color: rgb(85,35,161); }

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

<style>
 span { border-color: #5523A1; }

 span { border-color: rgb(85,35,161); }

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