Html Css Color HEX #53399C Daisy Bush

📋 copy color: '#53399C'

red 83 ◦ green 57 ◦ blue 156

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

Shades of Daisy Bush #53399C

Tints of Daisy Bush #53399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 28.04%
G = 19.26%
B = 52.7%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53399C (or 0x53399C) is known color: Daisy Bush. HEX triplet: 53, 39 and 9C. RGB value is (83,57,156). Sum of RGB (Red+Green+Blue) = 83+57+156=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #53399C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399C is #ACC663. Grayscale: #4B4B4B. Windows color (decimal): -11322980 or 10238291. OLE color: 10238291.

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

Color convert

RGB 83 57 156 -
CMYK 0.47 0.63 0 0.39
HSL 255.76º 0.46% 0.42% -
HSV(B) 255.76º 0.63% 0.61% -
XYZ 11.03 7.17 32.25 -
YUV 76.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 83 57 156 0.47 0.63 0 0.39 255.76 0.46 0.42
Hex 53 39 9C 2F 3F 0 27 100 2E 2A
Octal 123 71 234 57 77 0 47 400 56 52
Binary 1010011 111001 10011100 101111 111111 0 100111 100000000 101110 101010

Color Harmonies of #53399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53399C

Black with #53399C

Text Example


Text Example

White with #53399C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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