#5060BE

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

Shades of Free Speech Blue #5060BE

Tints of Free Speech Blue #5060BE

Color information

#5060BE (or 0x5060BE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 60 and BE. RGB value is (80,96,190). Sum of RGB (Red+Green+Blue) = 80+96+190=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #5060BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060BE is #AF9F41. Grayscale: #656565. Windows color (decimal): -11509570 or 12476496. OLE color: 12476496.

HSL color Cylindrical-coordinate representation of color #5060BE: hue angle of 231.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5060BE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8096190-
CMYK0.580.4900.25
HSL231.27º45.83%52.94%-
HSV(B)231.27º57.89%74.51%-
XYZ16.7913.7950.49-
YUV101.93177.7112.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=21.86%
G=26.23%
B=51.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80961900.580.4900.25231.2745.8352.94
Hex5060BE3A31019e72e35
Octal12014027672610313475665
Binary101000011000001011111011101011000101100111100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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