#53348A

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

Shades of Daisy Bush #53348A

Tints of Daisy Bush #53348A

Color information

#53348A (or 0x53348A) is unknown color: approx Daisy Bush. HEX triplet: 53, 34 and 8A. RGB value is (83,52,138). Sum of RGB (Red+Green+Blue) = 83+52+138=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #53348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53348A is #ACCB75. Grayscale: #464646. Windows color (decimal): -11324278 or 9057363. OLE color: 9057363.

HSL color Cylindrical-coordinate representation of color #53348A: hue angle of 261.63º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53348A is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8352138-
CMYK0.400.6200.46
HSL261.63º45.26%37.25%-
HSV(B)261.63º62.32%54.12%-
XYZ9.386.1324.73-
YUV71.07165.77136.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.40%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=30.40%
G=19.05%
B=50.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83521380.400.6200.46261.6345.2637.25
Hex53348A283E02E1062d25
Octal1236421250760564065545
Binary1010011110100100010101010001111100101110100000110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,52,138); }

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

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

 a { background-color: rgb(83,52,138); }

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

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

 span { border-color: rgb(83,52,138); }

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