Html Css Color HEX #53399D Daisy Bush

📋 copy color: '#53399D'

red 83 ◦ green 57 ◦ blue 157

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

Shades of Daisy Bush #53399D

Tints of Daisy Bush #53399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 27.95%
G = 19.19%
B = 52.86%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53399D (or 0x53399D) is known color: Daisy Bush. HEX triplet: 53, 39 and 9D. RGB value is (83,57,157). Sum of RGB (Red+Green+Blue) = 83+57+157=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #53399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399D is #ACC662. Grayscale: #4B4B4B. Windows color (decimal): -11322979 or 10303827. OLE color: 10303827.

HSL color Cylindrical-coordinate representation of color #53399D: hue angle of 255.6º 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 #53399D is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 57 157 -
CMYK 0.47 0.64 0 0.38
HSL 255.6º 0.47% 0.42% -
HSV(B) 255.6º 0.64% 0.62% -
XYZ 11.12 7.2 32.7 -
YUV 76.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 83 57 157 0.47 0.64 0 0.38 255.6 0.47 0.42
Hex 53 39 9D 2F 40 0 26 100 2F 2A
Octal 123 71 235 57 100 0 46 400 57 52
Binary 1010011 111001 10011101 101111 1000000 0 100110 100000000 101111 101010

Color Harmonies of #53399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53399D

Black with #53399D

Text Example


Text Example

White with #53399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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