Html Css Color HEX #53348A Daisy Bush

📋 copy color: '#53348A'

red 83 ◦ green 52 ◦ blue 138

#53348A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #53348A

Tints of Daisy Bush #53348A

RGB

 RED value IS 83 (32.81% from 255) = 30.4%

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 30.4%
G = 19.05%
B = 50.55%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53348A (or 0x53348A) is known color: 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

RGB 83 52 138 -
CMYK 0.40 0.62 0 0.46
HSL 261.63º 0.45% 0.37% -
HSV(B) 261.63º 0.62% 0.54% -
XYZ 9.38 6.13 24.73 -
YUV 71.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 83 52 138 0.40 0.62 0 0.46 261.63 0.45 0.37
Hex 53 34 8A 28 3E 0 2E 106 2D 25
Octal 123 64 212 50 76 0 56 406 55 45
Binary 1010011 110100 10001010 101000 111110 0 101110 100000110 101101 100101

Color Harmonies of #53348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53348A

Black with #53348A

Text Example


Text Example

White with #53348A

Text Example


Text Example

HTML Codes & Css Web 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>