#502A77

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

Shades of Blue Diamond #502A77

Tints of Blue Diamond #502A77

Color information

#502A77 (or 0x502A77) is unknown color: approx Blue Diamond. HEX triplet: 50, 2A and 77. RGB value is (80,42,119). Sum of RGB (Red+Green+Blue) = 80+42+119=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #502A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A77 is #AFD588. Grayscale: #3D3D3D. Windows color (decimal): -11523465 or 7809616. OLE color: 7809616.

HSL color Cylindrical-coordinate representation of color #502A77: hue angle of 269.61º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #502A77 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8042119-
CMYK0.330.6500.53
HSL269.61º47.83%31.57%-
HSV(B)269.61º64.71%46.67%-
XYZ7.474.6917.97-
YUV62.14160.09140.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 119 (46.88% from 255) = 49.38%
R=33.20%
G=17.43%
B=49.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80421190.330.6500.53269.6147.8331.57
Hex502A77214103510e3020
Octal12052167411010654166040
Binary1010000101010111011110000110000010110101100001110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A77; }

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

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

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

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

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

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

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

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