#513477

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

Shades of Blue Diamond #513477

Tints of Blue Diamond #513477

Color information

#513477 (or 0x513477) is unknown color: approx Blue Diamond. HEX triplet: 51, 34 and 77. RGB value is (81,52,119). Sum of RGB (Red+Green+Blue) = 81+52+119=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #513477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513477 is #AECB88. Grayscale: #444444. Windows color (decimal): -11455369 or 7812177. OLE color: 7812177.

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

Color convert

RGB8152119-
CMYK0.320.5600.53
HSL265.97º39.18%33.53%-
HSV(B)265.97º56.3%46.67%-
XYZ7.955.5418.1-
YUV68.31156.61137.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=32.14%
G=20.63%
B=47.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81521190.320.5600.53265.9739.1833.53
Hex513477203803510a2722
Octal1216416740700654124742
Binary101000111010011101111000001110000110101100001010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513477; }

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

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

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

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

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

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

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

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