Html Css Color HEX #53369E Daisy Bush

📋 copy color: '#53369E'

red 83 ◦ green 54 ◦ blue 158

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

Shades of Daisy Bush #53369E

Tints of Daisy Bush #53369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 28.14%
G = 18.31%
B = 53.56%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53369E (or 0x53369E) is known color: Daisy Bush. HEX triplet: 53, 36 and 9E. RGB value is (83,54,158). Sum of RGB (Red+Green+Blue) = 83+54+158=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #53369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53369E is #ACC961. Grayscale: #4A4A4A. Windows color (decimal): -11323746 or 10368595. OLE color: 10368595.

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

Color convert

RGB 83 54 158 -
CMYK 0.47 0.66 0 0.38
HSL 256.73º 0.49% 0.42% -
HSV(B) 256.73º 0.66% 0.62% -
XYZ 11.06 6.95 33.11 -
YUV 74.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 83 54 158 0.47 0.66 0 0.38 256.73 0.49 0.42
Hex 53 36 9E 2F 42 0 26 101 31 2A
Octal 123 66 236 57 102 0 46 401 61 52
Binary 1010011 110110 10011110 101111 1000010 0 100110 100000001 110001 101010

Color Harmonies of #53369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53369E

Black with #53369E

Text Example


Text Example

White with #53369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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