#503275

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

Shades of Blue Diamond #503275

Tints of Blue Diamond #503275

Color information

#503275 (or 0x503275) is unknown color: approx Blue Diamond. HEX triplet: 50, 32 and 75. RGB value is (80,50,117). Sum of RGB (Red+Green+Blue) = 80+50+117=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #503275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503275 is #AFCD8A. Grayscale: #424242. Windows color (decimal): -11521419 or 7680592. OLE color: 7680592.

HSL color Cylindrical-coordinate representation of color #503275: hue angle of 266.87º 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 #503275 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8050117-
CMYK0.320.5700.54
HSL266.87º40.12%32.75%-
HSV(B)266.87º57.26%45.88%-
XYZ7.665.2717.44-
YUV66.61156.44137.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=32.39%
G=20.24%
B=47.37%

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
Decimal80501170.320.5700.54266.8740.1232.75
Hex503275203903610b2821
Octal1206216540710664135041
Binary101000011001011101011000001110010110110100001011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503275; }

 p { color: rgb(80,50,117); }

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

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

 a { background-color: rgb(80,50,117); }

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

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

 span { border-color: rgb(80,50,117); }

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