#512977

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

Shades of Blue Diamond #512977

Tints of Blue Diamond #512977

Color information

#512977 (or 0x512977) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 77. RGB value is (81,41,119). Sum of RGB (Red+Green+Blue) = 81+41+119=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #512977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512977 is #AED688. Grayscale: #3D3D3D. Windows color (decimal): -11458185 or 7809361. OLE color: 7809361.

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

Color convert

RGB8141119-
CMYK0.320.6600.53
HSL270.77º48.75%31.37%-
HSV(B)270.77º65.55%46.67%-
XYZ7.524.6717.96-
YUV61.85160.25141.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=33.61%
G=17.01%
B=49.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81411190.320.6600.53270.7748.7531.37
Hex512977204203510f311f
Octal12151167401020654176137
Binary101000110100111101111000001000010011010110000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512977; }

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

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

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

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

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

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

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

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