Html Css Color HEX #53379F Daisy Bush

📋 copy color: '#53379F'

red 83 ◦ green 55 ◦ blue 159

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

Shades of Daisy Bush #53379F

Tints of Daisy Bush #53379F

RGB

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

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

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

R = 27.95%
G = 18.52%
B = 53.54%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53379F (or 0x53379F) is known color: Daisy Bush. HEX triplet: 53, 37 and 9F. RGB value is (83,55,159). Sum of RGB (Red+Green+Blue) = 83+55+159=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #53379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53379F is #ACC860. Grayscale: #4A4A4A. Windows color (decimal): -11323489 or 10434387. OLE color: 10434387.

HSL color Cylindrical-coordinate representation of color #53379F: hue angle of 256.15º degrees, saturation: 0.49, 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 #53379F is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 55 159 -
CMYK 0.48 0.65 0 0.38
HSL 256.15º 0.49% 0.42% -
HSV(B) 256.15º 0.65% 0.62% -
XYZ 11.19 7.07 33.58 -
YUV 75.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 83 55 159 0.48 0.65 0 0.38 256.15 0.49 0.42
Hex 53 37 9F 30 41 0 26 100 31 2A
Octal 123 67 237 60 101 0 46 400 61 52
Binary 1010011 110111 10011111 110000 1000001 0 100110 100000000 110001 101010

Color Harmonies of #53379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53379F

Black with #53379F

Text Example


Text Example

White with #53379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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