#5060BB

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

Shades of Free Speech Blue #5060BB

Tints of Free Speech Blue #5060BB

Color information

#5060BB (or 0x5060BB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 60 and BB. RGB value is (80,96,187). Sum of RGB (Red+Green+Blue) = 80+96+187=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #5060BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060BB is #AF9F44. Grayscale: #656565. Windows color (decimal): -11509573 or 12279888. OLE color: 12279888.

HSL color Cylindrical-coordinate representation of color #5060BB: hue angle of 231.03º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5060BB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8096187-
CMYK0.570.4900.27
HSL231.03º44.03%52.35%-
HSV(B)231.03º57.22%73.33%-
XYZ16.4613.6648.78-
YUV101.59176.2112.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=22.04%
G=26.45%
B=51.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80961870.570.4900.27231.0344.0352.35
Hex5060BB393101Be72c34
Octal12014027371610333475464
Binary101000011000001011101111100111000101101111100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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