#533790

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

Shades of Daisy Bush #533790

Tints of Daisy Bush #533790

Color information

#533790 (or 0x533790) is unknown color: approx Daisy Bush. HEX triplet: 53, 37 and 90. RGB value is (83,55,144). Sum of RGB (Red+Green+Blue) = 83+55+144=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #533790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533790 is #ACC86F. Grayscale: #494949. Windows color (decimal): -11323504 or 9451347. OLE color: 9451347.

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

Color convert

RGB8355144-
CMYK0.420.6200.44
HSL258.88º44.72%39.02%-
HSV(B)258.88º61.81%56.47%-
XYZ9.976.5827.13-
YUV73.52167.78134.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=29.43%
G=19.50%
B=51.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83551440.420.6200.44258.8844.7239.02
Hex5337902A3E02C1032d27
Octal1236722052760544035547
Binary1010011110111100100001010101111100101100100000011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533790; }

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

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

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

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

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

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

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

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