#5333AA

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

Shades of Daisy Bush #5333AA

Tints of Daisy Bush #5333AA

Color information

#5333AA (or 0x5333AA) is unknown color: approx Daisy Bush. HEX triplet: 53, 33 and AA. RGB value is (83,51,170). Sum of RGB (Red+Green+Blue) = 83+51+170=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #5333AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5333AA is #ACCC55. Grayscale: #494949. Windows color (decimal): -11324502 or 11154259. OLE color: 11154259.

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

Color convert

RGB8351170-
CMYK0.510.700.33
HSL256.13º53.85%43.33%-
HSV(B)256.13º70%66.67%-
XYZ12.017.1138.77-
YUV74.13182.1134.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=27.30%
G=16.78%
B=55.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83511700.510.700.33256.1353.8543.33
Hex5333AA3346021100362b
Octal12363252631060414006653
Binary10100111100111010101011001110001100100001100000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5333AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,51,170); }

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

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

 a { background-color: rgb(83,51,170); }

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

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

 span { border-color: rgb(83,51,170); }

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