#503772

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

Shades of Blue Diamond #503772

Tints of Blue Diamond #503772

Color information

#503772 (or 0x503772) is unknown color: approx Blue Diamond. HEX triplet: 50, 37 and 72. RGB value is (80,55,114). Sum of RGB (Red+Green+Blue) = 80+55+114=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #503772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503772 is #AFC88D. Grayscale: #444444. Windows color (decimal): -11520142 or 7485264. OLE color: 7485264.

HSL color Cylindrical-coordinate representation of color #503772: hue angle of 265.42º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503772 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8055114-
CMYK0.300.5200.55
HSL265.42º34.91%33.14%-
HSV(B)265.42º51.75%44.71%-
XYZ7.715.6516.6-
YUV69.2153.28135.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=32.13%
G=22.09%
B=45.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80551140.300.5200.55265.4234.9133.14
Hex5037721E340371092321
Octal1206716236640674114341
Binary10100001101111110010111101101000110111100001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503772; }

 p { color: rgb(80,55,114); }

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

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

 a { background-color: rgb(80,55,114); }

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

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

 span { border-color: rgb(80,55,114); }

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