#51366E

Color #51366E Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #51366E

Tints of Blue Diamond #51366E

Color information

#51366E (or 0x51366E) is unknown color: approx Blue Diamond. HEX triplet: 51, 36 and 6E. RGB value is (81,54,110). Sum of RGB (Red+Green+Blue) = 81+54+110=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #51366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51366E is #AEC991. Grayscale: #444444. Windows color (decimal): -11454866 or 7222865. OLE color: 7222865.

HSL color Cylindrical-coordinate representation of color #51366E: hue angle of 268.93º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51366E is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8154110-
CMYK0.260.5100.57
HSL268.93º34.15%32.16%-
HSV(B)268.93º50.91%43.14%-
XYZ7.535.5115.42-
YUV68.46151.45136.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=33.06%
G=22.04%
B=44.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81541100.260.5100.57268.9334.1532.16
Hex51366E1A3303910d2220
Octal1216615632630714154240
Binary10100011101101101110110101100110111001100001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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