#5060B0

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

Shades of Rich Blue #5060B0

Tints of Rich Blue #5060B0

Color information

#5060B0 (or 0x5060B0) is unknown color: approx Rich Blue. HEX triplet: 50, 60 and B0. RGB value is (80,96,176). Sum of RGB (Red+Green+Blue) = 80+96+176=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #5060B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5060B0 is #AF9F4F. Grayscale: #646464. Windows color (decimal): -11509584 or 11558992. OLE color: 11558992.

HSL color Cylindrical-coordinate representation of color #5060B0: hue angle of 230º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5060B0 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8096176-
CMYK0.550.4500.31
HSL230º37.8%50.2%-
HSV(B)230º54.55%69.02%-
XYZ15.3313.2142.82-
YUV100.34170.7113.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 176 (69.14% from 255) = 50%
R=22.73%
G=27.27%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80961760.550.4500.3123037.850.2
Hex5060B0372D01Fe62632
Octal12014026067550373464662
Binary101000011000001011000011011110110101111111100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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