#5261BB

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

Shades of Free Speech Blue #5261BB

Tints of Free Speech Blue #5261BB

Color information

#5261BB (or 0x5261BB) is unknown color: approx Free Speech Blue. HEX triplet: 52, 61 and BB. RGB value is (82,97,187). Sum of RGB (Red+Green+Blue) = 82+97+187=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #5261BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5261BB is #AD9E44. Grayscale: #666666. Windows color (decimal): -11378245 or 12280146. OLE color: 12280146.

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

Color convert

RGB8297187-
CMYK0.560.4800.27
HSL231.43º43.57%52.75%-
HSV(B)231.43º56.15%73.33%-
XYZ16.7213.9348.82-
YUV102.78175.53113.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 187 (73.44% from 255) = 51.09%
R=22.40%
G=26.50%
B=51.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82971870.560.4800.27231.4343.5752.75
Hex5261BB383001Be72c35
Octal12214127370600333475465
Binary101001011000011011101111100011000001101111100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5261BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,97,187); }

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

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

 a { background-color: rgb(82,97,187); }

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

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

 span { border-color: rgb(82,97,187); }

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