#503175

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

Shades of Blue Diamond #503175

Tints of Blue Diamond #503175

Color information

#503175 (or 0x503175) is unknown color: approx Blue Diamond. HEX triplet: 50, 31 and 75. RGB value is (80,49,117). Sum of RGB (Red+Green+Blue) = 80+49+117=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #503175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503175 is #AFCE8A. Grayscale: #414141. Windows color (decimal): -11521675 or 7680336. OLE color: 7680336.

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

Color convert

RGB8049117-
CMYK0.320.5800.54
HSL267.35º40.96%32.55%-
HSV(B)267.35º58.12%45.88%-
XYZ7.625.1917.43-
YUV66.02156.77137.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=32.52%
G=19.92%
B=47.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80491170.320.5800.54267.3540.9632.55
Hex503175203A03610b2921
Octal1206116540720664135141
Binary101000011000111101011000001110100110110100001011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503175; }

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

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

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

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

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

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

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

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