#513375

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

Shades of Blue Diamond #513375

Tints of Blue Diamond #513375

Color information

#513375 (or 0x513375) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 75. RGB value is (81,51,117). Sum of RGB (Red+Green+Blue) = 81+51+117=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #513375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513375 is #AECC8A. Grayscale: #434343. Windows color (decimal): -11455627 or 7680849. OLE color: 7680849.

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

Color convert

RGB8151117-
CMYK0.310.5600.54
HSL267.27º39.29%32.94%-
HSV(B)267.27º56.41%45.88%-
XYZ7.795.417.46-
YUV67.49155.94137.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=32.53%
G=20.48%
B=46.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81511170.310.5600.54267.2739.2932.94
Hex5133751F3803610b2721
Octal1216316537700664134741
Binary10100011100111110101111111110000110110100001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513375; }

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

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

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

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

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

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

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

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