#5060b6

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

Shades of Rich Blue #5060B6

Tints of Rich Blue #5060B6

Color information

#5060B6 (or 0x5060B6) is unknown color: approx Rich Blue. HEX triplet: 50, 60 and B6. RGB value is (80,96,182). Sum of RGB (Red+Green+Blue) = 80+96+182=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #5060B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060B6 is #AF9F49. Grayscale: #646464. Windows color (decimal): -11509578 or 11952208. OLE color: 11952208.

HSL color Cylindrical-coordinate representation of color #5060B6: hue angle of 230.59º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5060B6 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8096182-
CMYK0.560.4700.29
HSL230.59º41.13%51.37%-
HSV(B)230.59º56.04%71.37%-
XYZ15.9313.4546.01-
YUV101.02173.7113.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.35%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 182 (71.48% from 255) = 50.84%
R=22.35%
G=26.82%
B=50.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80961820.560.4700.29230.5941.1351.37
Hex5060B6382F01De72933
Octal12014026670570353475163
Binary101000011000001011011011100010111101110111100111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060b6; }

 p { color: rgb(80,96,182); }

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

<style>
 a { background-color: #5060b6; }

 a { background-color: rgb(80,96,182); }

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

<style>
 span { border-color: #5060b6; }

 span { border-color: rgb(80,96,182); }

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