#512B77

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

Shades of Blue Diamond #512B77

Tints of Blue Diamond #512B77

Color information

#512B77 (or 0x512B77) is unknown color: approx Blue Diamond. HEX triplet: 51, 2B and 77. RGB value is (81,43,119). Sum of RGB (Red+Green+Blue) = 81+43+119=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #512B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B77 is #AED488. Grayscale: #3E3E3E. Windows color (decimal): -11457673 or 7809873. OLE color: 7809873.

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

Color convert

RGB8143119-
CMYK0.320.6400.53
HSL270º46.91%31.76%-
HSV(B)270º63.87%46.67%-
XYZ7.594.8117.98-
YUV63.03159.59140.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 17.70%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=33.33%
G=17.70%
B=48.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81431190.320.6400.5327046.9131.76
Hex512B77204003510e2f20
Octal12153167401000654165740
Binary1010001101011111011110000010000000110101100001110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512B77; }

 p { color: rgb(81,43,119); }

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

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

 a { background-color: rgb(81,43,119); }

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

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

 span { border-color: rgb(81,43,119); }

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