Html Css Color HEX #53379E Daisy Bush

📋 copy color: '#53379E'

red 83 ◦ green 55 ◦ blue 158

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

Shades of Daisy Bush #53379E

Tints of Daisy Bush #53379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 28.04%
G = 18.58%
B = 53.38%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53379E (or 0x53379E) is known color: Daisy Bush. HEX triplet: 53, 37 and 9E. RGB value is (83,55,158). Sum of RGB (Red+Green+Blue) = 83+55+158=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #53379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379E is #ACC861. Grayscale: #4A4A4A. Windows color (decimal): -11323490 or 10368851. OLE color: 10368851.

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

Color convert

RGB 83 55 158 -
CMYK 0.47 0.65 0 0.38
HSL 256.31º 0.48% 0.42% -
HSV(B) 256.31º 0.65% 0.62% -
XYZ 11.11 7.04 33.12 -
YUV 75.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 83 55 158 0.47 0.65 0 0.38 256.31 0.48 0.42
Hex 53 37 9E 2F 41 0 26 100 30 2A
Octal 123 67 236 57 101 0 46 400 60 52
Binary 1010011 110111 10011110 101111 1000001 0 100110 100000000 110000 101010

Color Harmonies of #53379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53379E

Black with #53379E

Text Example


Text Example

White with #53379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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