Html Css Color HEX #53359A Daisy Bush

📋 copy color: '#53359A'

red 83 ◦ green 53 ◦ blue 154

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

Shades of Daisy Bush #53359A

Tints of Daisy Bush #53359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 154 (60.55% from 255) = 53.1%

R = 28.62%
G = 18.28%
B = 53.1%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53359A (or 0x53359A) is known color: Daisy Bush. HEX triplet: 53, 35 and 9A. RGB value is (83,53,154). Sum of RGB (Red+Green+Blue) = 83+53+154=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #53359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53359A is #ACCA65. Grayscale: #494949. Windows color (decimal): -11324006 or 10106195. OLE color: 10106195.

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

Color convert

RGB 83 53 154 -
CMYK 0.46 0.66 0 0.40
HSL 257.82º 0.49% 0.41% -
HSV(B) 257.82º 0.66% 0.6% -
XYZ 10.67 6.72 31.31 -
YUV 73.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 83 53 154 0.46 0.66 0 0.40 257.82 0.49 0.41
Hex 53 35 9A 2E 42 0 28 102 31 29
Octal 123 65 232 56 102 0 50 402 61 51
Binary 1010011 110101 10011010 101110 1000010 0 101000 100000010 110001 101001

Color Harmonies of #53359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53359A

Black with #53359A

Text Example


Text Example

White with #53359A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53359A;
 }
 .AnyTagClassName
 {
   color: #53359A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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