#503476

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

Shades of Blue Diamond #503476

Tints of Blue Diamond #503476

Color information

#503476 (or 0x503476) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 76. RGB value is (80,52,118). Sum of RGB (Red+Green+Blue) = 80+52+118=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #503476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503476 is #AFCB89. Grayscale: #434343. Windows color (decimal): -11520906 or 7746640. OLE color: 7746640.

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

Color convert

RGB8052118-
CMYK0.320.5600.54
HSL265.45º38.82%33.33%-
HSV(B)265.45º55.93%46.27%-
XYZ7.815.4717.78-
YUV67.9156.28136.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=32%
G=20.8%
B=47.2%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80521180.320.5600.54265.4538.8233.33
Hex50347620380361092721
Octal1206416640700664114741
Binary101000011010011101101000001110000110110100001001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503476; }

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

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

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

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

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

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

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

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