#5335A9

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

Shades of Daisy Bush #5335A9

Tints of Daisy Bush #5335A9

Color information

#5335A9 (or 0x5335A9) is unknown color: approx Daisy Bush. HEX triplet: 53, 35 and A9. RGB value is (83,53,169). Sum of RGB (Red+Green+Blue) = 83+53+169=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 169 (66.41% from 255 or 55.41% from 305); Max value from RGB is 169 - color contains mainly: blue. Hex color #5335A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5335A9 is #ACCA56. Grayscale: #4A4A4A. Windows color (decimal): -11323991 or 11089235. OLE color: 11089235.

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

Color convert

RGB8353169-
CMYK0.510.6900.34
HSL255.52º52.25%43.53%-
HSV(B)255.52º68.64%66.27%-
XYZ127.2538.3-
YUV75.19180.94133.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 169 (66.41% from 255) = 55.41%
R=27.21%
G=17.38%
B=55.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83531690.510.6900.34255.5252.2543.53
Hex5335A93345022100342c
Octal12365251631050424006454
Binary10100111101011010100111001110001010100010100000000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5335A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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