#51309C

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

Shades of Daisy Bush #51309C

Tints of Daisy Bush #51309C

Color information

#51309C (or 0x51309C) is unknown color: approx Daisy Bush. HEX triplet: 51, 30 and 9C. RGB value is (81,48,156). Sum of RGB (Red+Green+Blue) = 81+48+156=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #51309C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51309C is #AECF63. Grayscale: #454545. Windows color (decimal): -11456356 or 10235985. OLE color: 10235985.

HSL color Cylindrical-coordinate representation of color #51309C: hue angle of 258.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51309C is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8148156-
CMYK0.480.6900.39
HSL258.33º52.94%40%-
HSV(B)258.33º69.23%61.18%-
XYZ10.456.2632.11-
YUV70.18176.43135.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=28.42%
G=16.84%
B=54.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81481560.480.6900.39258.3352.9440
Hex51309C30450271023528
Octal12160234601050474026550
Binary10100011100001001110011000010001010100111100000010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51309C; }

 p { color: rgb(81,48,156); }

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

<style>
 a { background-color: #51309C; }

 a { background-color: rgb(81,48,156); }

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

<style>
 span { border-color: #51309C; }

 span { border-color: rgb(81,48,156); }

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