#533A9E

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

Shades of Daisy Bush #533A9E

Tints of Daisy Bush #533A9E

Color information

#533A9E (or 0x533A9E) is unknown color: approx Daisy Bush. HEX triplet: 53, 3A and 9E. RGB value is (83,58,158). Sum of RGB (Red+Green+Blue) = 83+58+158=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #533A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A9E is #ACC561. Grayscale: #4C4C4C. Windows color (decimal): -11322722 or 10369619. OLE color: 10369619.

HSL color Cylindrical-coordinate representation of color #533A9E: hue angle of 255º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #533A9E is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8358158-
CMYK0.470.6300.38
HSL255º46.3%42.35%-
HSV(B)255º63.29%61.96%-
XYZ11.257.3333.17-
YUV76.88173.78132.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=27.76%
G=19.40%
B=52.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83581580.470.6300.3825546.342.35
Hex533A9E2F3F026ff2e2a
Octal1237223657770463775652
Binary101001111101010011110101111111111010011011111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,58,158); }

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

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

 a { background-color: rgb(83,58,158); }

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

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

 span { border-color: rgb(83,58,158); }

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