#511975

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

Shades of Blue Diamond #511975

Tints of Blue Diamond #511975

Color information

#511975 (or 0x511975) is unknown color: approx Blue Diamond. HEX triplet: 51, 19 and 75. RGB value is (81,25,117). Sum of RGB (Red+Green+Blue) = 81+25+117=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #511975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511975 is #AEE68A. Grayscale: #333333. Windows color (decimal): -11462283 or 7674193. OLE color: 7674193.

HSL color Cylindrical-coordinate representation of color #511975: hue angle of 276.52º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511975 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8125117-
CMYK0.310.7900.54
HSL276.52º64.79%27.84%-
HSV(B)276.52º78.63%45.88%-
XYZ6.953.7317.18-
YUV52.23164.55148.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 117 (46.09% from 255) = 52.47%
R=36.32%
G=11.21%
B=52.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81251170.310.7900.54276.5264.7927.84
Hex5119751F4F036115411c
Octal121311653711706642510134
Binary10100011100111101011111110011110110110100010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511975; }

 p { color: rgb(81,25,117); }

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

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

 a { background-color: rgb(81,25,117); }

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

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

 span { border-color: rgb(81,25,117); }

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