#50386A

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

Shades of Blue Diamond #50386A

Tints of Blue Diamond #50386A

Color information

#50386A (or 0x50386A) is unknown color: approx Blue Diamond. HEX triplet: 50, 38 and 6A. RGB value is (80,56,106). Sum of RGB (Red+Green+Blue) = 80+56+106=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #50386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50386A is #AFC795. Grayscale: #444444. Windows color (decimal): -11519894 or 6961232. OLE color: 6961232.

HSL color Cylindrical-coordinate representation of color #50386A: hue angle of 268.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50386A is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8056106-
CMYK0.250.4700.58
HSL268.8º30.86%31.76%-
HSV(B)268.8º47.17%41.57%-
XYZ7.325.5714.33-
YUV68.88148.95135.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=33.06%
G=23.14%
B=43.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80561060.250.4700.58268.830.8631.76
Hex50386A192F03A10d1f20
Octal1207015231570724153740
Binary1010000111000110101011001101111011101010000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50386A; }

 p { color: rgb(80,56,106); }

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

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

 a { background-color: rgb(80,56,106); }

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

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

 span { border-color: rgb(80,56,106); }

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