Html Css Color HEX #53368A Daisy Bush

📋 copy color: '#53368A'

red 83 ◦ green 54 ◦ blue 138

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

Shades of Daisy Bush #53368A

Tints of Daisy Bush #53368A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.18%

R = 30.18%
G = 19.64%
B = 50.18%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53368A (or 0x53368A) is known color: Daisy Bush. HEX triplet: 53, 36 and 8A. RGB value is (83,54,138). Sum of RGB (Red+Green+Blue) = 83+54+138=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #53368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53368A is #ACC975. Grayscale: #474747. Windows color (decimal): -11323766 or 9057875. OLE color: 9057875.

HSL color Cylindrical-coordinate representation of color #53368A: hue angle of 260.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53368A is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 54 138 -
CMYK 0.40 0.61 0 0.46
HSL 260.71º 0.44% 0.38% -
HSV(B) 260.71º 0.61% 0.54% -
XYZ 9.47 6.31 24.76 -
YUV 72.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 83 54 138 0.40 0.61 0 0.46 260.71 0.44 0.38
Hex 53 36 8A 28 3D 0 2E 105 2C 26
Octal 123 66 212 50 75 0 56 405 54 46
Binary 1010011 110110 10001010 101000 111101 0 101110 100000101 101100 100110

Color Harmonies of #53368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53368A

Black with #53368A

Text Example


Text Example

White with #53368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53368A; }

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

 H1.HeaderClassName
 {
   color: #53368A;
 }
 .AnyTagClassName
 {
   color: #53368A;
 }
</style>

background-color css

<style>
 a { background-color: #53368A; }

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

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

border-color css

<style>
 span { border-color: #53368A; }

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

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