Html Css Color HEX #53338B Daisy Bush

📋 copy color: '#53338B'

red 83 ◦ green 51 ◦ blue 139

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

Shades of Daisy Bush #53338B

Tints of Daisy Bush #53338B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 30.4%
G = 18.68%
B = 50.92%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53338B (or 0x53338B) is known color: Daisy Bush. HEX triplet: 53, 33 and 8B. RGB value is (83,51,139). Sum of RGB (Red+Green+Blue) = 83+51+139=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #53338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53338B is #ACCC74. Grayscale: #464646. Windows color (decimal): -11324533 or 9122643. OLE color: 9122643.

HSL color Cylindrical-coordinate representation of color #53338B: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53338B is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 51 139 -
CMYK 0.40 0.63 0 0.45
HSL 261.82º 0.46% 0.37% -
HSV(B) 261.82º 0.63% 0.55% -
XYZ 9.41 6.07 25.1 -
YUV 70.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 83 51 139 0.40 0.63 0 0.45 261.82 0.46 0.37
Hex 53 33 8B 28 3F 0 2D 106 2E 25
Octal 123 63 213 50 77 0 55 406 56 45
Binary 1010011 110011 10001011 101000 111111 0 101101 100000110 101110 100101

Color Harmonies of #53338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53338B

Black with #53338B

Text Example


Text Example

White with #53338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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