#533C90

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

Shades of Daisy Bush #533C90

Tints of Daisy Bush #533C90

Color information

#533C90 (or 0x533C90) is unknown color: approx Daisy Bush. HEX triplet: 53, 3C and 90. RGB value is (83,60,144). Sum of RGB (Red+Green+Blue) = 83+60+144=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #533C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533C90 is #ACC36F. Grayscale: #4C4C4C. Windows color (decimal): -11322224 or 9452627. OLE color: 9452627.

HSL color Cylindrical-coordinate representation of color #533C90: hue angle of 256.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #533C90 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8360144-
CMYK0.420.5800.44
HSL256.43º41.18%40%-
HSV(B)256.43º58.33%56.47%-
XYZ10.227.0827.21-
YUV76.45166.12132.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=28.92%
G=20.91%
B=50.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83601440.420.5800.44256.4341.1840
Hex533C902A3A02C1002928
Octal1237422052720544005150
Binary1010011111100100100001010101110100101100100000000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C90; }

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

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

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

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

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

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

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

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