#50186C

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

Shades of Blue Diamond #50186C

Tints of Blue Diamond #50186C

Color information

#50186C (or 0x50186C) is unknown color: approx Blue Diamond. HEX triplet: 50, 18 and 6C. RGB value is (80,24,108). Sum of RGB (Red+Green+Blue) = 80+24+108=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #50186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50186C is #AFE793. Grayscale: #323232. Windows color (decimal): -11528084 or 7084112. OLE color: 7084112.

HSL color Cylindrical-coordinate representation of color #50186C: hue angle of 280º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50186C is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8024108-
CMYK0.260.7800.58
HSL280º63.64%25.88%-
HSV(B)280º77.78%42.35%-
XYZ6.343.4414.52-
YUV50.32160.55149.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=37.74%
G=11.32%
B=50.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80241080.260.7800.5828063.6425.88
Hex50186C1A4E03A118401a
Octal120301543211607243010032
Binary10100001100011011001101010011100111010100011000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50186C; }

 p { color: rgb(80,24,108); }

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

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

 a { background-color: rgb(80,24,108); }

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

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

 span { border-color: rgb(80,24,108); }

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