#53369A

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

Shades of Daisy Bush #53369A

Tints of Daisy Bush #53369A

Color information

#53369A (or 0x53369A) is unknown color: approx Daisy Bush. HEX triplet: 53, 36 and 9A. RGB value is (83,54,154). Sum of RGB (Red+Green+Blue) = 83+54+154=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #53369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53369A is #ACC965. Grayscale: #494949. Windows color (decimal): -11323750 or 10106451. OLE color: 10106451.

HSL color Cylindrical-coordinate representation of color #53369A: hue angle of 257.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53369A is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8354154-
CMYK0.460.6500.40
HSL257.4º48.08%40.78%-
HSV(B)257.4º64.94%60.39%-
XYZ10.726.8131.32-
YUV74.07173.11134.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 154 (60.55% from 255) = 52.92%
R=28.52%
G=18.56%
B=52.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83541540.460.6500.40257.448.0840.78
Hex53369A2E410281013029
Octal12366232561010504016051
Binary10100111101101001101010111010000010101000100000001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53369A; }

 p { color: rgb(83,54,154); }

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

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

 a { background-color: rgb(83,54,154); }

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

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

 span { border-color: rgb(83,54,154); }

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