#51358E

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

Shades of Daisy Bush #51358E

Tints of Daisy Bush #51358E

Color information

#51358E (or 0x51358E) is unknown color: approx Daisy Bush. HEX triplet: 51, 35 and 8E. RGB value is (81,53,142). Sum of RGB (Red+Green+Blue) = 81+53+142=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #51358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51358E is #AECA71. Grayscale: #474747. Windows color (decimal): -11455090 or 9319761. OLE color: 9319761.

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

Color convert

RGB8153142-
CMYK0.430.6300.44
HSL258.88º45.64%38.24%-
HSV(B)258.88º62.68%55.69%-
XYZ9.556.2526.29-
YUV71.52167.78134.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=29.35%
G=19.20%
B=51.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81531420.430.6300.44258.8845.6438.24
Hex51358E2B3F02C1032e26
Octal1216521653770544035646
Binary1010001110101100011101010111111110101100100000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,53,142); }

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

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

 a { background-color: rgb(81,53,142); }

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

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

 span { border-color: rgb(81,53,142); }

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