#50226C

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

Shades of Blue Diamond #50226C

Tints of Blue Diamond #50226C

Color information

#50226C (or 0x50226C) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 6C. RGB value is (80,34,108). Sum of RGB (Red+Green+Blue) = 80+34+108=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #50226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50226C is #AFDD93. Grayscale: #373737. Windows color (decimal): -11525524 or 7086672. OLE color: 7086672.

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

Color convert

RGB8034108-
CMYK0.260.6900.58
HSL277.3º52.11%27.84%-
HSV(B)277.3º68.52%42.35%-
XYZ6.593.9314.6-
YUV56.19157.24144.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=36.04%
G=15.32%
B=48.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80341080.260.6900.58277.352.1127.84
Hex50226C1A4503A115341c
Octal12042154321050724256434
Binary10100001000101101100110101000101011101010001010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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