#51286C

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

Shades of Blue Diamond #51286C

Tints of Blue Diamond #51286C

Color information

#51286C (or 0x51286C) is unknown color: approx Blue Diamond. HEX triplet: 51, 28 and 6C. RGB value is (81,40,108). Sum of RGB (Red+Green+Blue) = 81+40+108=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #51286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51286C is #AED793. Grayscale: #3B3B3B. Windows color (decimal): -11458452 or 7088209. OLE color: 7088209.

HSL color Cylindrical-coordinate representation of color #51286C: hue angle of 276.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51286C is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8140108-
CMYK0.250.6300.58
HSL276.18º45.95%29.02%-
HSV(B)276.18º62.96%42.35%-
XYZ6.864.3514.67-
YUV60.01155.08142.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=35.37%
G=17.47%
B=47.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81401080.250.6300.58276.1845.9529.02
Hex51286C193F03A1142e1d
Octal1215015431770724245635
Binary1010001101000110110011001111111011101010001010010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,40,108); }

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

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

 a { background-color: rgb(81,40,108); }

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

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

 span { border-color: rgb(81,40,108); }

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