Html Css Color HEX #53289B Daisy Bush

📋 copy color: '#53289B'

red 83 ◦ green 40 ◦ blue 155

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

Shades of Daisy Bush #53289B

Tints of Daisy Bush #53289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 29.86%
G = 14.39%
B = 55.76%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53289B (or 0x53289B) is known color: Daisy Bush. HEX triplet: 53, 28 and 9B. RGB value is (83,40,155). Sum of RGB (Red+Green+Blue) = 83+40+155=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #53289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53289B is #ACD764. Grayscale: #414141. Windows color (decimal): -11327333 or 10168403. OLE color: 10168403.

HSL color Cylindrical-coordinate representation of color #53289B: hue angle of 262.43º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53289B is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 40 155 -
CMYK 0.46 0.74 0 0.39
HSL 262.43º 0.59% 0.38% -
HSV(B) 262.43º 0.74% 0.61% -
XYZ 10.24 5.72 31.58 -
YUV 65.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 83 40 155 0.46 0.74 0 0.39 262.43 0.59 0.38
Hex 53 28 9B 2E 4A 0 27 106 3B 26
Octal 123 50 233 56 112 0 47 406 73 46
Binary 1010011 101000 10011011 101110 1001010 0 100111 100000110 111011 100110

Color Harmonies of #53289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53289B

Black with #53289B

Text Example


Text Example

White with #53289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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