#51368A

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

Shades of Daisy Bush #51368A

Tints of Daisy Bush #51368A

Color information

#51368A (or 0x51368A) is unknown color: approx Daisy Bush. HEX triplet: 51, 36 and 8A. RGB value is (81,54,138). Sum of RGB (Red+Green+Blue) = 81+54+138=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #51368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51368A is #AEC975. Grayscale: #474747. Windows color (decimal): -11454838 or 9057873. OLE color: 9057873.

HSL color Cylindrical-coordinate representation of color #51368A: hue angle of 259.29º 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 #51368A is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8154138-
CMYK0.410.6100.46
HSL259.29º43.75%37.65%-
HSV(B)259.29º60.87%54.12%-
XYZ9.36.2224.76-
YUV71.65165.45134.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=29.67%
G=19.78%
B=50.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81541380.410.6100.46259.2943.7537.65
Hex51368A293D02E1032c26
Octal1216621251750564035446
Binary1010001110110100010101010011111010101110100000011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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