Html Css Color HEX #53399B Daisy Bush

📋 copy color: '#53399B'

red 83 ◦ green 57 ◦ blue 155

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

Shades of Daisy Bush #53399B

Tints of Daisy Bush #53399B

RGB

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

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

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

R = 28.14%
G = 19.32%
B = 52.54%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53399B (or 0x53399B) is known color: Daisy Bush. HEX triplet: 53, 39 and 9B. RGB value is (83,57,155). Sum of RGB (Red+Green+Blue) = 83+57+155=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #53399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399B is #ACC664. Grayscale: #4B4B4B. Windows color (decimal): -11322981 or 10172755. OLE color: 10172755.

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

Color convert

RGB 83 57 155 -
CMYK 0.46 0.63 0 0.39
HSL 255.92º 0.46% 0.42% -
HSV(B) 255.92º 0.63% 0.61% -
XYZ 10.95 7.13 31.81 -
YUV 75.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 83 57 155 0.46 0.63 0 0.39 255.92 0.46 0.42
Hex 53 39 9B 2E 3F 0 27 100 2E 2A
Octal 123 71 233 56 77 0 47 400 56 52
Binary 1010011 111001 10011011 101110 111111 0 100111 100000000 101110 101010

Color Harmonies of #53399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53399B

Black with #53399B

Text Example


Text Example

White with #53399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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