Html Css Color HEX #53338D Daisy Bush

📋 copy color: '#53338D'

red 83 ◦ green 51 ◦ blue 141

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

Shades of Daisy Bush #53338D

Tints of Daisy Bush #53338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 51.27%

R = 30.18%
G = 18.55%
B = 51.27%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53338D (or 0x53338D) is known color: Daisy Bush. HEX triplet: 53, 33 and 8D. RGB value is (83,51,141). Sum of RGB (Red+Green+Blue) = 83+51+141=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #53338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53338D is #ACCC72. Grayscale: #464646. Windows color (decimal): -11324531 or 9253715. OLE color: 9253715.

HSL color Cylindrical-coordinate representation of color #53338D: hue angle of 261.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53338D is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 51 141 -
CMYK 0.41 0.64 0 0.45
HSL 261.33º 0.47% 0.38% -
HSV(B) 261.33º 0.64% 0.55% -
XYZ 9.56 6.13 25.88 -
YUV 70.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 83 51 141 0.41 0.64 0 0.45 261.33 0.47 0.38
Hex 53 33 8D 29 40 0 2D 105 2F 26
Octal 123 63 215 51 100 0 55 405 57 46
Binary 1010011 110011 10001101 101001 1000000 0 101101 100000101 101111 100110

Color Harmonies of #53338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53338D

Black with #53338D

Text Example


Text Example

White with #53338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53338D; }

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

 H1.HeaderClassName
 {
   color: #53338D;
 }
 .AnyTagClassName
 {
   color: #53338D;
 }
</style>

background-color css

<style>
 a { background-color: #53338D; }

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

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

border-color css

<style>
 span { border-color: #53338D; }

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

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