#51368C

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

Shades of Daisy Bush #51368C

Tints of Daisy Bush #51368C

Color information

#51368C (or 0x51368C) is unknown color: approx Daisy Bush. HEX triplet: 51, 36 and 8C. RGB value is (81,54,140). Sum of RGB (Red+Green+Blue) = 81+54+140=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #51368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51368C is #AEC973. Grayscale: #474747. Windows color (decimal): -11454836 or 9188945. OLE color: 9188945.

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

Color convert

RGB8154140-
CMYK0.420.6100.45
HSL258.84º44.33%38.04%-
HSV(B)258.84º61.43%54.9%-
XYZ9.456.2825.53-
YUV71.88166.45134.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=29.45%
G=19.64%
B=50.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81541400.420.6100.45258.8444.3338.04
Hex51368C2A3D02D1032c26
Octal1216621452750554035446
Binary1010001110110100011001010101111010101101100000011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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