Html Css Color HEX #53399F Daisy Bush

📋 copy color: '#53399F'

red 83 ◦ green 57 ◦ blue 159

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

Shades of Daisy Bush #53399F

Tints of Daisy Bush #53399F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.06%

 BLUE value IS 159 (62.5% from 255) = 53.18%

R = 27.76%
G = 19.06%
B = 53.18%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53399F (or 0x53399F) is known color: Daisy Bush. HEX triplet: 53, 39 and 9F. RGB value is (83,57,159). Sum of RGB (Red+Green+Blue) = 83+57+159=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #53399F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399F is #ACC660. Grayscale: #4C4C4C. Windows color (decimal): -11322977 or 10434899. OLE color: 10434899.

HSL color Cylindrical-coordinate representation of color #53399F: hue angle of 255.29º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53399F is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 57 159 -
CMYK 0.48 0.64 0 0.38
HSL 255.29º 0.47% 0.42% -
HSV(B) 255.29º 0.64% 0.62% -
XYZ 11.29 7.27 33.61 -
YUV 76.4 174.61 132.71 -
System Red Green Blue C M Y K H S L
Decimal 83 57 159 0.48 0.64 0 0.38 255.29 0.47 0.42
Hex 53 39 9F 30 40 0 26 FF 2F 2A
Octal 123 71 237 60 100 0 46 377 57 52
Binary 1010011 111001 10011111 110000 1000000 0 100110 11111111 101111 101010

Color Harmonies of #53399F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53399F

Black with #53399F

Text Example


Text Example

White with #53399F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53399F; }

 p { color: rgb(83,57,159); }

 H1.HeaderClassName
 {
   color: #53399F;
 }
 .AnyTagClassName
 {
   color: #53399F;
 }
</style>

background-color css

<style>
 a { background-color: #53399F; }

 a { background-color: rgb(83,57,159); }

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

border-color css

<style>
 span { border-color: #53399F; }

 span { border-color: rgb(83,57,159); }

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