#50256E

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

Shades of Blue Diamond #50256E

Tints of Blue Diamond #50256E

Color information

#50256E (or 0x50256E) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 6E. RGB value is (80,37,110). Sum of RGB (Red+Green+Blue) = 80+37+110=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #50256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50256E is #AFDA91. Grayscale: #393939. Windows color (decimal): -11524754 or 7218512. OLE color: 7218512.

HSL color Cylindrical-coordinate representation of color #50256E: hue angle of 275.34º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50256E is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8037110-
CMYK0.270.6600.57
HSL275.34º49.66%28.82%-
HSV(B)275.34º66.36%43.14%-
XYZ6.784.1515.2-
YUV58.18157.25143.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=35.24%
G=16.30%
B=48.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80371100.270.6600.57275.3449.6628.82
Hex50256E1B42039113321d
Octal12045156331020714236235
Binary10100001001011101110110111000010011100110001001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50256E; }

 p { color: rgb(80,37,110); }

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

<style>
 a { background-color: #50256E; }

 a { background-color: rgb(80,37,110); }

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

<style>
 span { border-color: #50256E; }

 span { border-color: rgb(80,37,110); }

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