#53339A

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

Shades of Daisy Bush #53339A

Tints of Daisy Bush #53339A

Color information

#53339A (or 0x53339A) is unknown color: approx Daisy Bush. HEX triplet: 53, 33 and 9A. RGB value is (83,51,154). Sum of RGB (Red+Green+Blue) = 83+51+154=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #53339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53339A is #ACCC65. Grayscale: #474747. Windows color (decimal): -11324518 or 10105683. OLE color: 10105683.

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

Color convert

RGB8351154-
CMYK0.460.6700.40
HSL258.64º50.24%40.2%-
HSV(B)258.64º66.88%60.39%-
XYZ10.586.5431.28-
YUV72.31174.1135.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=28.82%
G=17.71%
B=53.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83511540.460.6700.40258.6450.2440.2
Hex53339A2E430281033228
Octal12363232561030504036250
Binary10100111100111001101010111010000110101000100000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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