#502677

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

Shades of Blue Diamond #502677

Tints of Blue Diamond #502677

Color information

#502677 (or 0x502677) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 77. RGB value is (80,38,119). Sum of RGB (Red+Green+Blue) = 80+38+119=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #502677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502677 is #AFD988. Grayscale: #3B3B3B. Windows color (decimal): -11524489 or 7808592. OLE color: 7808592.

HSL color Cylindrical-coordinate representation of color #502677: hue angle of 271.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502677 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8038119-
CMYK0.330.6800.53
HSL271.11º51.59%30.78%-
HSV(B)271.11º68.07%46.67%-
XYZ7.334.4217.92-
YUV59.79161.41142.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=33.76%
G=16.03%
B=50.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80381190.330.6800.53271.1151.5930.78
Hex502677214403510f341f
Octal12046167411040654176437
Binary101000010011011101111000011000100011010110000111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502677; }

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

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

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

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

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

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

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

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