#503678

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

Shades of Blue Diamond #503678

Tints of Blue Diamond #503678

Color information

#503678 (or 0x503678) is unknown color: approx Blue Diamond. HEX triplet: 50, 36 and 78. RGB value is (80,54,120). Sum of RGB (Red+Green+Blue) = 80+54+120=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #503678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503678 is #AFC987. Grayscale: #454545. Windows color (decimal): -11520392 or 7878224. OLE color: 7878224.

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

Color convert

RGB8054120-
CMYK0.330.5500.53
HSL263.64º37.93%34.12%-
HSV(B)263.64º55%47.06%-
XYZ8.025.718.45-
YUV69.3156.61135.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=31.50%
G=21.26%
B=47.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80541200.330.5500.53263.6437.9334.12
Hex50367821370351082622
Octal1206617041670654104642
Binary101000011011011110001000011101110110101100001000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503678; }

 p { color: rgb(80,54,120); }

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

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

 a { background-color: rgb(80,54,120); }

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

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

 span { border-color: rgb(80,54,120); }

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