Html Css Color HEX #53348B Daisy Bush

📋 copy color: '#53348B'

red 83 ◦ green 52 ◦ blue 139

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

Shades of Daisy Bush #53348B

Tints of Daisy Bush #53348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 30.29%
G = 18.98%
B = 50.73%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53348B (or 0x53348B) is known color: Daisy Bush. HEX triplet: 53, 34 and 8B. RGB value is (83,52,139). Sum of RGB (Red+Green+Blue) = 83+52+139=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #53348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53348B is #ACCB74. Grayscale: #464646. Windows color (decimal): -11324277 or 9122899. OLE color: 9122899.

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

Color convert

RGB 83 52 139 -
CMYK 0.40 0.63 0 0.45
HSL 261.38º 0.46% 0.37% -
HSV(B) 261.38º 0.63% 0.55% -
XYZ 9.46 6.16 25.12 -
YUV 71.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 83 52 139 0.40 0.63 0 0.45 261.38 0.46 0.37
Hex 53 34 8B 28 3F 0 2D 105 2E 25
Octal 123 64 213 50 77 0 55 405 56 45
Binary 1010011 110100 10001011 101000 111111 0 101101 100000101 101110 100101

Color Harmonies of #53348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53348B

Black with #53348B

Text Example


Text Example

White with #53348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53348B;
 }
 .AnyTagClassName
 {
   color: #53348B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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