Html Css Color HEX #53289E Daisy Bush

📋 copy color: '#53289E'

red 83 ◦ green 40 ◦ blue 158

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

Shades of Daisy Bush #53289E

Tints of Daisy Bush #53289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 29.54%
G = 14.23%
B = 56.23%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53289E (or 0x53289E) is known color: Daisy Bush. HEX triplet: 53, 28 and 9E. RGB value is (83,40,158). Sum of RGB (Red+Green+Blue) = 83+40+158=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #53289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53289E is #ACD761. Grayscale: #414141. Windows color (decimal): -11327330 or 10365011. OLE color: 10365011.

HSL color Cylindrical-coordinate representation of color #53289E: hue angle of 261.86º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53289E is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 40 158 -
CMYK 0.47 0.75 0 0.38
HSL 261.86º 0.6% 0.39% -
HSV(B) 261.86º 0.75% 0.62% -
XYZ 10.5 5.83 32.92 -
YUV 66.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 83 40 158 0.47 0.75 0 0.38 261.86 0.6 0.39
Hex 53 28 9E 2F 4B 0 26 106 3C 27
Octal 123 50 236 57 113 0 46 406 74 47
Binary 1010011 101000 10011110 101111 1001011 0 100110 100000110 111100 100111

Color Harmonies of #53289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53289E

Black with #53289E

Text Example


Text Example

White with #53289E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53289E; }

 p { color: rgb(83,40,158); }

 H1.HeaderClassName
 {
   color: #53289E;
 }
 .AnyTagClassName
 {
   color: #53289E;
 }
</style>

background-color css

<style>
 a { background-color: #53289E; }

 a { background-color: rgb(83,40,158); }

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

border-color css

<style>
 span { border-color: #53289E; }

 span { border-color: rgb(83,40,158); }

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