Html Css Color HEX #53369C Daisy Bush

📋 copy color: '#53369C'

red 83 ◦ green 54 ◦ blue 156

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

Shades of Daisy Bush #53369C

Tints of Daisy Bush #53369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 28.33%
G = 18.43%
B = 53.24%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53369C (or 0x53369C) is known color: Daisy Bush. HEX triplet: 53, 36 and 9C. RGB value is (83,54,156). Sum of RGB (Red+Green+Blue) = 83+54+156=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #53369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53369C is #ACC963. Grayscale: #494949. Windows color (decimal): -11323748 or 10237523. OLE color: 10237523.

HSL color Cylindrical-coordinate representation of color #53369C: hue angle of 257.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53369C is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 54 156 -
CMYK 0.47 0.65 0 0.39
HSL 257.06º 0.49% 0.41% -
HSV(B) 257.06º 0.65% 0.61% -
XYZ 10.89 6.88 32.21 -
YUV 74.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 83 54 156 0.47 0.65 0 0.39 257.06 0.49 0.41
Hex 53 36 9C 2F 41 0 27 101 31 29
Octal 123 66 234 57 101 0 47 401 61 51
Binary 1010011 110110 10011100 101111 1000001 0 100111 100000001 110001 101001

Color Harmonies of #53369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53369C

Black with #53369C

Text Example


Text Example

White with #53369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53369C; }

 p { color: rgb(83,54,156); }

 H1.HeaderClassName
 {
   color: #53369C;
 }
 .AnyTagClassName
 {
   color: #53369C;
 }
</style>

background-color css

<style>
 a { background-color: #53369C; }

 a { background-color: rgb(83,54,156); }

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

border-color css

<style>
 span { border-color: #53369C; }

 span { border-color: rgb(83,54,156); }

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