#53299e

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

Shades of Daisy Bush #53299E

Tints of Daisy Bush #53299E

Color information

#53299E (or 0x53299E) is unknown color: approx Daisy Bush. HEX triplet: 53, 29 and 9E. RGB value is (83,41,158). Sum of RGB (Red+Green+Blue) = 83+41+158=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #53299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53299E is #ACD661. Grayscale: #424242. Windows color (decimal): -11327074 or 10365267. OLE color: 10365267.

HSL color Cylindrical-coordinate representation of color #53299E: hue angle of 261.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53299E is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8341158-
CMYK0.470.7400.38
HSL261.54º58.79%39.02%-
HSV(B)261.54º74.05%61.96%-
XYZ10.535.8932.93-
YUV66.9179.41139.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=29.43%
G=14.54%
B=56.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal83411580.470.7400.38261.5458.7939.02
Hex53299E2F4A0261063b27
Octal12351236571120464067347
Binary10100111010011001111010111110010100100110100000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53299e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53299e; }

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

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

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

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

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

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

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

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