#503577

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

Shades of Blue Diamond #503577

Tints of Blue Diamond #503577

Color information

#503577 (or 0x503577) is unknown color: approx Blue Diamond. HEX triplet: 50, 35 and 77. RGB value is (80,53,119). Sum of RGB (Red+Green+Blue) = 80+53+119=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #503577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503577 is #AFCA88. Grayscale: #444444. Windows color (decimal): -11520649 or 7812432. OLE color: 7812432.

HSL color Cylindrical-coordinate representation of color #503577: hue angle of 264.55º 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 #503577 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8053119-
CMYK0.330.5500.53
HSL264.55º38.37%33.73%-
HSV(B)264.55º55.46%46.67%-
XYZ7.915.5818.11-
YUV68.6156.45136.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=31.75%
G=21.03%
B=47.22%

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
Decimal80531190.330.5500.53264.5538.3733.73
Hex50357721370351092622
Octal1206516741670654114642
Binary101000011010111101111000011101110110101100001001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503577; }

 p { color: rgb(80,53,119); }

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

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

 a { background-color: rgb(80,53,119); }

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

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

 span { border-color: rgb(80,53,119); }

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