#53299D

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

Shades of Daisy Bush #53299D

Tints of Daisy Bush #53299D

Color information

#53299D (or 0x53299D) is unknown color: approx Daisy Bush. HEX triplet: 53, 29 and 9D. RGB value is (83,41,157). Sum of RGB (Red+Green+Blue) = 83+41+157=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #53299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53299D is #ACD662. Grayscale: #424242. Windows color (decimal): -11327075 or 10299731. OLE color: 10299731.

HSL color Cylindrical-coordinate representation of color #53299D: hue angle of 261.72º 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 #53299D is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8341157-
CMYK0.470.7400.38
HSL261.72º58.59%38.82%-
HSV(B)261.72º73.89%61.57%-
XYZ10.455.8632.48-
YUV66.78178.91139.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.54%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 157 (61.72% from 255) = 55.87%
R=29.54%
G=14.59%
B=55.87%

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
Decimal83411570.470.7400.38261.7258.5938.82
Hex53299D2F4A0261063b27
Octal12351235571120464067347
Binary10100111010011001110110111110010100100110100000110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53299D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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