#50277E

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

Shades of Blue Diamond #50277E

Tints of Blue Diamond #50277E

Color information

#50277E (or 0x50277E) is unknown color: approx Blue Diamond. HEX triplet: 50, 27 and 7E. RGB value is (80,39,126). Sum of RGB (Red+Green+Blue) = 80+39+126=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #50277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50277E is #AFD881. Grayscale: #3C3C3C. Windows color (decimal): -11524226 or 8267600. OLE color: 8267600.

HSL color Cylindrical-coordinate representation of color #50277E: hue angle of 268.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50277E is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8039126-
CMYK0.370.6900.51
HSL268.28º52.73%32.35%-
HSV(B)268.28º69.05%49.41%-
XYZ7.84.6620.23-
YUV61.18164.58141.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 126 (49.61% from 255) = 51.43%
R=32.65%
G=15.92%
B=51.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80391260.370.6900.51268.2852.7332.35
Hex50277E254503310c3520
Octal12047176451050634146540
Binary1010000100111111111010010110001010110011100001100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50277E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50277E; }

 p { color: rgb(80,39,126); }

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

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

 a { background-color: rgb(80,39,126); }

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

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

 span { border-color: rgb(80,39,126); }

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