Html Css Color HEX #53399E Daisy Bush

📋 copy color: '#53399E'

red 83 ◦ green 57 ◦ blue 158

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

Shades of Daisy Bush #53399E

Tints of Daisy Bush #53399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 27.85%
G = 19.13%
B = 53.02%

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

#53399E (or 0x53399E) is known color: Daisy Bush. HEX triplet: 53, 39 and 9E. RGB value is (83,57,158). Sum of RGB (Red+Green+Blue) = 83+57+158=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #53399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53399E is #ACC661. Grayscale: #4B4B4B. Windows color (decimal): -11322978 or 10369363. OLE color: 10369363.

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

Color convert

RGB 83 57 158 -
CMYK 0.47 0.64 0 0.38
HSL 255.45º 0.47% 0.42% -
HSV(B) 255.45º 0.64% 0.62% -
XYZ 11.2 7.23 33.15 -
YUV 76.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 83 57 158 0.47 0.64 0 0.38 255.45 0.47 0.42
Hex 53 39 9E 2F 40 0 26 FF 2F 2A
Octal 123 71 236 57 100 0 46 377 57 52
Binary 1010011 111001 10011110 101111 1000000 0 100110 11111111 101111 101010

Color Harmonies of #53399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53399E

Black with #53399E

Text Example


Text Example

White with #53399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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