#513269

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

Shades of Blue Diamond #513269

Tints of Blue Diamond #513269

Color information

#513269 (or 0x513269) is unknown color: approx Blue Diamond. HEX triplet: 51, 32 and 69. RGB value is (81,50,105). Sum of RGB (Red+Green+Blue) = 81+50+105=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #513269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513269 is #AECD96. Grayscale: #414141. Windows color (decimal): -11455895 or 6894161. OLE color: 6894161.

HSL color Cylindrical-coordinate representation of color #513269: hue angle of 273.82º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513269 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8150105-
CMYK0.230.5200.59
HSL273.82º35.48%30.39%-
HSV(B)273.82º52.38%41.18%-
XYZ7.085.0513.97-
YUV65.54150.27139.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=34.32%
G=21.19%
B=44.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81501050.230.5200.59273.8235.4830.39
Hex513269173403B112231e
Octal1216215127640734224336
Binary1010001110010110100110111110100011101110001001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513269; }

 p { color: rgb(81,50,105); }

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

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

 a { background-color: rgb(81,50,105); }

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

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

 span { border-color: rgb(81,50,105); }

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