#5057B3

Color #5057B3 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5057B3

Tints of Rich Blue #5057B3

Color information

#5057B3 (or 0x5057B3) is unknown color: approx Rich Blue. HEX triplet: 50, 57 and B3. RGB value is (80,87,179). Sum of RGB (Red+Green+Blue) = 80+87+179=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #5057B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057B3 is #AFA84C. Grayscale: #5F5F5F. Windows color (decimal): -11511885 or 11753296. OLE color: 11753296.

HSL color Cylindrical-coordinate representation of color #5057B3: hue angle of 235.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5057B3 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8087179-
CMYK0.550.5100.30
HSL235.76º39.44%50.78%-
HSV(B)235.76º55.31%70.2%-
XYZ14.8511.7844.14-
YUV95.4175.18117.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 179 (70.31% from 255) = 51.73%
R=23.12%
G=25.14%
B=51.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80871790.550.5100.30235.7639.4450.78
Hex5057B3373301Eec2733
Octal12012726367630363544763
Binary101000010101111011001111011111001101111011101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5057B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5057B3; }

 p { color: rgb(80,87,179); }

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

<style>
 a { background-color: #5057B3; }

 a { background-color: rgb(80,87,179); }

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

<style>
 span { border-color: #5057B3; }

 span { border-color: rgb(80,87,179); }

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