#53378D

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

Shades of Daisy Bush #53378D

Tints of Daisy Bush #53378D

Color information

#53378D (or 0x53378D) is unknown color: approx Daisy Bush. HEX triplet: 53, 37 and 8D. RGB value is (83,55,141). Sum of RGB (Red+Green+Blue) = 83+55+141=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #53378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53378D is #ACC872. Grayscale: #484848. Windows color (decimal): -11323507 or 9254739. OLE color: 9254739.

HSL color Cylindrical-coordinate representation of color #53378D: hue angle of 259.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53378D is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8355141-
CMYK0.410.6100.45
HSL259.53º43.88%38.43%-
HSV(B)259.53º60.99%55.29%-
XYZ9.746.4925.94-
YUV73.18166.28135.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=29.75%
G=19.71%
B=50.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83551410.410.6100.45259.5343.8838.43
Hex53378D293D02D1042c26
Octal1236721551750554045446
Binary1010011110111100011011010011111010101101100000100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53378D; }

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

 H1.HeaderClassName
 {
   color: #53378D;
 }
 .AnyTagClassName
 {
   color: #53378D;
 }
</style>
background-color css

<style>
 a { background-color: #53378D; }

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

 div.DivClassName
 {
   background-color: #53378D;
 }
 .BgClassName
 {
   background-color: #53378D;
 }
</style>
border-color css

<style>
 span { border-color: #53378D; }

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

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