#5061BE

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

Shades of Free Speech Blue #5061BE

Tints of Free Speech Blue #5061BE

Color information

#5061BE (or 0x5061BE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 61 and BE. RGB value is (80,97,190). Sum of RGB (Red+Green+Blue) = 80+97+190=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #5061BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5061BE is #AF9E41. Grayscale: #666666. Windows color (decimal): -11509314 or 12476752. OLE color: 12476752.

HSL color Cylindrical-coordinate representation of color #5061BE: hue angle of 230.73º 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 #5061BE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8097190-
CMYK0.580.4900.25
HSL230.73º45.83%52.94%-
HSV(B)230.73º57.89%74.51%-
XYZ16.8813.9750.52-
YUV102.52177.37111.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=21.80%
G=26.43%
B=51.77%

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
Decimal80971900.580.4900.25230.7345.8352.94
Hex5061BE3A31019e72e35
Octal12014127672610313475665
Binary101000011000011011111011101011000101100111100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5061BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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