#50336B

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

Shades of Blue Diamond #50336B

Tints of Blue Diamond #50336B

Color information

#50336B (or 0x50336B) is unknown color: approx Blue Diamond. HEX triplet: 50, 33 and 6B. RGB value is (80,51,107). Sum of RGB (Red+Green+Blue) = 80+51+107=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #50336B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50336B is #AFCC94. Grayscale: #414141. Windows color (decimal): -11521173 or 7025488. OLE color: 7025488.

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

Color convert

RGB8051107-
CMYK0.250.5200.58
HSL271.07º35.44%30.98%-
HSV(B)271.07º52.34%41.96%-
XYZ7.155.1314.52-
YUV66.06151.11137.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.61%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=33.61%
G=21.43%
B=44.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80511070.250.5200.58271.0735.4430.98
Hex50336B193403A10f231f
Octal1206315331640724174337
Binary1010000110011110101111001110100011101010000111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50336B; }

 p { color: rgb(80,51,107); }

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

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

 a { background-color: rgb(80,51,107); }

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

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

 span { border-color: rgb(80,51,107); }

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