Html Css Color HEX #53359D Daisy Bush

📋 copy color: '#53359D'

red 83 ◦ green 53 ◦ blue 157

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

Shades of Daisy Bush #53359D

Tints of Daisy Bush #53359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 28.33%
G = 18.09%
B = 53.58%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53359D (or 0x53359D) is known color: Daisy Bush. HEX triplet: 53, 35 and 9D. RGB value is (83,53,157). Sum of RGB (Red+Green+Blue) = 83+53+157=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #53359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53359D is #ACCA62. Grayscale: #494949. Windows color (decimal): -11324003 or 10302803. OLE color: 10302803.

HSL color Cylindrical-coordinate representation of color #53359D: hue angle of 257.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53359D is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 53 157 -
CMYK 0.47 0.66 0 0.38
HSL 257.31º 0.5% 0.41% -
HSV(B) 257.31º 0.66% 0.62% -
XYZ 10.93 6.82 32.64 -
YUV 73.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 83 53 157 0.47 0.66 0 0.38 257.31 0.5 0.41
Hex 53 35 9D 2F 42 0 26 101 32 29
Octal 123 65 235 57 102 0 46 401 62 51
Binary 1010011 110101 10011101 101111 1000010 0 100110 100000001 110010 101001

Color Harmonies of #53359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53359D

Black with #53359D

Text Example


Text Example

White with #53359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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