#50266A

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

Shades of Blue Diamond #50266A

Tints of Blue Diamond #50266A

Color information

#50266A (or 0x50266A) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 6A. RGB value is (80,38,106). Sum of RGB (Red+Green+Blue) = 80+38+106=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #50266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50266A is #AFD995. Grayscale: #3A3A3A. Windows color (decimal): -11524502 or 6956624. OLE color: 6956624.

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

Color convert

RGB8038106-
CMYK0.250.6400.58
HSL277.06º47.22%28.24%-
HSV(B)277.06º64.15%41.57%-
XYZ6.64.1314.09-
YUV58.31154.91143.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 38 (15.23% from 255) = 16.96%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=35.71%
G=16.96%
B=47.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80381060.250.6400.58277.0647.2228.24
Hex50266A194003A1152f1c
Octal12046152311000724255734
Binary10100001001101101010110011000000011101010001010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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