#503370

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

Shades of Blue Diamond #503370

Tints of Blue Diamond #503370

Color information

#503370 (or 0x503370) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 70. RGB value is (80,51,112). Sum of RGB (Red+Green+Blue) = 80+51+112=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #503370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503370 is #AFCC8F. Grayscale: #424242. Windows color (decimal): -11521168 or 7353168. OLE color: 7353168.

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

Color convert

RGB8051112-
CMYK0.290.5400.56
HSL268.52º37.42%31.96%-
HSV(B)268.52º54.46%43.92%-
XYZ7.425.2415.95-
YUV66.62153.61137.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=32.92%
G=20.99%
B=46.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80511120.290.5400.56268.5237.4231.96
Hex5033701D3603810d2520
Octal1206316035660704154540
Binary10100001100111110000111011101100111000100001101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503370; }

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

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

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

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

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

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

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

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