#512678

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

Shades of Blue Diamond #512678

Tints of Blue Diamond #512678

Color information

#512678 (or 0x512678) is unknown color: approx Blue Diamond. HEX triplet: 51, 26 and 78. RGB value is (81,38,120). Sum of RGB (Red+Green+Blue) = 81+38+120=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #512678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512678 is #AED987. Grayscale: #3B3B3B. Windows color (decimal): -11458952 or 7874129. OLE color: 7874129.

HSL color Cylindrical-coordinate representation of color #512678: hue angle of 271.46º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512678 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8138120-
CMYK0.320.6800.53
HSL271.46º51.9%30.98%-
HSV(B)271.46º68.33%47.06%-
XYZ7.484.4918.24-
YUV60.2161.75142.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=33.89%
G=15.90%
B=50.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81381200.320.6800.53271.4651.930.98
Hex512678204403510f341f
Octal12146170401040654176437
Binary101000110011011110001000001000100011010110000111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512678; }

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

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

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

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

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

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

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

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