#53368E

Color #53368E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #53368E

Tints of Daisy Bush #53368E

Color information

#53368E (or 0x53368E) is unknown color: approx 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

RGB8354142-
CMYK0.420.6200.44
HSL259.77º44.9%38.43%-
HSV(B)259.77º61.97%55.69%-
XYZ9.776.4326.32-
YUV72.7167.11135.34-

RGB Variations

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

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.90%
R=29.75%
G=19.35%
B=50.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83541420.420.6200.44259.7744.938.43
Hex53368E2A3E02C1042d26
Octal1236621652760544045546
Binary1010011110110100011101010101111100101100100000100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>