#513378

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

Shades of Blue Diamond #513378

Tints of Blue Diamond #513378

Color information

#513378 (or 0x513378) is unknown color: approx Blue Diamond. HEX triplet: 51, 33 and 78. RGB value is (81,51,120). Sum of RGB (Red+Green+Blue) = 81+51+120=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #513378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513378 is #AECC87. Grayscale: #434343. Windows color (decimal): -11455624 or 7877457. OLE color: 7877457.

HSL color Cylindrical-coordinate representation of color #513378: hue angle of 266.09º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513378 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8151120-
CMYK0.320.5800.53
HSL266.09º40.35%33.53%-
HSV(B)266.09º57.5%47.06%-
XYZ7.975.4718.41-
YUV67.84157.44137.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=32.14%
G=20.24%
B=47.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81511200.320.5800.53266.0940.3533.53
Hex513378203A03510a2822
Octal1216317040720654125042
Binary101000111001111110001000001110100110101100001010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513378; }

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

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

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

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

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

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

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

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