Html Css Color HEX #53339B Daisy Bush

📋 copy color: '#53339B'

red 83 ◦ green 51 ◦ blue 155

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

Shades of Daisy Bush #53339B

Tints of Daisy Bush #53339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 28.72%
G = 17.65%
B = 53.63%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53339B (or 0x53339B) is known color: Daisy Bush. HEX triplet: 53, 33 and 9B. RGB value is (83,51,155). Sum of RGB (Red+Green+Blue) = 83+51+155=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #53339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53339B is #ACCC64. Grayscale: #484848. Windows color (decimal): -11324517 or 10171219. OLE color: 10171219.

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

Color convert

RGB 83 51 155 -
CMYK 0.46 0.67 0 0.39
HSL 258.46º 0.5% 0.4% -
HSV(B) 258.46º 0.67% 0.61% -
XYZ 10.67 6.57 31.72 -
YUV 72.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 83 51 155 0.46 0.67 0 0.39 258.46 0.5 0.4
Hex 53 33 9B 2E 43 0 27 102 32 28
Octal 123 63 233 56 103 0 47 402 62 50
Binary 1010011 110011 10011011 101110 1000011 0 100111 100000010 110010 101000

Color Harmonies of #53339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53339B

Black with #53339B

Text Example


Text Example

White with #53339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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