#502477

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

Shades of Blue Diamond #502477

Tints of Blue Diamond #502477

Color information

#502477 (or 0x502477) is unknown color: approx Blue Diamond. HEX triplet: 50, 24 and 77. RGB value is (80,36,119). Sum of RGB (Red+Green+Blue) = 80+36+119=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #502477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502477 is #AFDB88. Grayscale: #3A3A3A. Windows color (decimal): -11525001 or 7808080. OLE color: 7808080.

HSL color Cylindrical-coordinate representation of color #502477: hue angle of 271.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #502477 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8036119-
CMYK0.330.7000.53
HSL271.81º53.55%30.39%-
HSV(B)271.81º69.75%46.67%-
XYZ7.274.317.9-
YUV58.62162.08143.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=34.04%
G=15.32%
B=50.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80361190.330.7000.53271.8153.5530.39
Hex5024772146035110361e
Octal12044167411060654206636
Binary101000010010011101111000011000110011010110001000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502477; }

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

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

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

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

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

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

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

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