Html Css Color HEX #53389C Daisy Bush

📋 copy color: '#53389C'

red 83 ◦ green 56 ◦ blue 156

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

Shades of Daisy Bush #53389C

Tints of Daisy Bush #53389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.98%

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

R = 28.14%
G = 18.98%
B = 52.88%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53389C (or 0x53389C) is known color: Daisy Bush. HEX triplet: 53, 38 and 9C. RGB value is (83,56,156). Sum of RGB (Red+Green+Blue) = 83+56+156=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #53389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53389C is #ACC763. Grayscale: #4B4B4B. Windows color (decimal): -11323236 or 10238035. OLE color: 10238035.

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

Color convert

RGB 83 56 156 -
CMYK 0.47 0.64 0 0.39
HSL 256.2º 0.47% 0.42% -
HSV(B) 256.2º 0.64% 0.61% -
XYZ 10.98 7.07 32.24 -
YUV 75.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 83 56 156 0.47 0.64 0 0.39 256.2 0.47 0.42
Hex 53 38 9C 2F 40 0 27 100 2F 2A
Octal 123 70 234 57 100 0 47 400 57 52
Binary 1010011 111000 10011100 101111 1000000 0 100111 100000000 101111 101010

Color Harmonies of #53389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53389C

Black with #53389C

Text Example


Text Example

White with #53389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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