#533490

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

Shades of Daisy Bush #533490

Tints of Daisy Bush #533490

Color information

#533490 (or 0x533490) is unknown color: approx Daisy Bush. HEX triplet: 53, 34 and 90. RGB value is (83,52,144). Sum of RGB (Red+Green+Blue) = 83+52+144=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #533490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533490 is #ACCB6F. Grayscale: #474747. Windows color (decimal): -11324272 or 9450579. OLE color: 9450579.

HSL color Cylindrical-coordinate representation of color #533490: hue angle of 260.22º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533490 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8352144-
CMYK0.420.6400.44
HSL260.22º46.94%38.43%-
HSV(B)260.22º63.89%56.47%-
XYZ9.836.3127.09-
YUV71.76168.77136.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=29.75%
G=18.64%
B=51.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83521440.420.6400.44260.2246.9438.43
Hex5334902A4002C1042f26
Octal12364220521000544045746
Binary10100111101001001000010101010000000101100100000100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533490; }

 p { color: rgb(83,52,144); }

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

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

 a { background-color: rgb(83,52,144); }

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

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

 span { border-color: rgb(83,52,144); }

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