#51266A

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

Shades of Blue Diamond #51266A

Tints of Blue Diamond #51266A

Color information

#51266A (or 0x51266A) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 6A. RGB value is (81,38,106). Sum of RGB (Red+Green+Blue) = 81+38+106=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 106 (41.80% from 255 or 47.11% from 225); Max value from RGB is 106 - color contains mainly: blue. Hex color #51266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51266A is #AED995. Grayscale: #3A3A3A. Windows color (decimal): -11458966 or 6956625. OLE color: 6956625.

HSL color Cylindrical-coordinate representation of color #51266A: hue angle of 277.94º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51266A is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8138106-
CMYK0.240.6400.58
HSL277.94º47.22%28.24%-
HSV(B)277.94º64.15%41.57%-
XYZ6.694.1814.09-
YUV58.61154.75143.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 106 (41.80% from 255) = 47.11%
R=36%
G=16.89%
B=47.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81381060.240.6400.58277.9447.2228.24
Hex51266A184003A1162f1c
Octal12146152301000724265734
Binary10100011001101101010110001000000011101010001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,38,106); }

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

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

 a { background-color: rgb(81,38,106); }

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

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

 span { border-color: rgb(81,38,106); }

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