Html Css Color HEX #53368E Daisy Bush

📋 copy color: '#53368E'

red 83 ◦ green 54 ◦ blue 142

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

Shades of Daisy Bush #53368E

Tints of Daisy Bush #53368E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 29.75%
G = 19.35%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53368E (or 0x53368E) is known color: Daisy Bush. HEX triplet: 53, 36 and 8E. RGB value is (83,54,142). Sum of RGB (Red+Green+Blue) = 83+54+142=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #53368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53368E is #ACC971. Grayscale: #484848. Windows color (decimal): -11323762 or 9320019. OLE color: 9320019.

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

Color convert

RGB 83 54 142 -
CMYK 0.42 0.62 0 0.44
HSL 259.77º 0.45% 0.38% -
HSV(B) 259.77º 0.62% 0.56% -
XYZ 9.77 6.43 26.32 -
YUV 72.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 83 54 142 0.42 0.62 0 0.44 259.77 0.45 0.38
Hex 53 36 8E 2A 3E 0 2C 104 2D 26
Octal 123 66 216 52 76 0 54 404 55 46
Binary 1010011 110110 10001110 101010 111110 0 101100 100000100 101101 100110

Color Harmonies of #53368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53368E

Black with #53368E

Text Example


Text Example

White with #53368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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