#5335AA

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

Shades of Daisy Bush #5335AA

Tints of Daisy Bush #5335AA

Color information

#5335AA (or 0x5335AA) is unknown color: approx Daisy Bush. HEX triplet: 53, 35 and AA. RGB value is (83,53,170). Sum of RGB (Red+Green+Blue) = 83+53+170=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #5335AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335AA is #ACCA55. Grayscale: #4A4A4A. Windows color (decimal): -11323990 or 11154771. OLE color: 11154771.

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

Color convert

RGB8353170-
CMYK0.510.6900.33
HSL255.38º52.47%43.73%-
HSV(B)255.38º68.82%66.67%-
XYZ12.17.2938.8-
YUV75.31181.44133.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 53 (21.09% from 255) = 17.32%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=27.12%
G=17.32%
B=55.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83531700.510.6900.33255.3852.4743.73
Hex5335AA3345021ff342c
Octal12365252631050413776454
Binary1010011110101101010101100111000101010000111111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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