#503376

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

Shades of Blue Diamond #503376

Tints of Blue Diamond #503376

Color information

#503376 (or 0x503376) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 76. RGB value is (80,51,118). Sum of RGB (Red+Green+Blue) = 80+51+118=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #503376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503376 is #AFCC89. Grayscale: #434343. Windows color (decimal): -11521162 or 7746384. OLE color: 7746384.

HSL color Cylindrical-coordinate representation of color #503376: hue angle of 265.97º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503376 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8051118-
CMYK0.320.5700.54
HSL265.97º39.64%33.14%-
HSV(B)265.97º56.78%46.27%-
XYZ7.765.3817.77-
YUV67.31156.61137.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=32.13%
G=20.48%
B=47.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80511180.320.5700.54265.9739.6433.14
Hex503376203903610a2821
Octal1206316640710664125041
Binary101000011001111101101000001110010110110100001010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503376; }

 p { color: rgb(80,51,118); }

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

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

 a { background-color: rgb(80,51,118); }

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

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

 span { border-color: rgb(80,51,118); }

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