#5266BE

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

Shades of Free Speech Blue #5266BE

Tints of Free Speech Blue #5266BE

Color information

#5266BE (or 0x5266BE) is unknown color: approx Free Speech Blue. HEX triplet: 52, 66 and BE. RGB value is (82,102,190). Sum of RGB (Red+Green+Blue) = 82+102+190=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #5266BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266BE is #AD9941. Grayscale: #696969. Windows color (decimal): -11376962 or 12478034. OLE color: 12478034.

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

Color convert

RGB82102190-
CMYK0.570.4600.25
HSL228.89º45.38%53.33%-
HSV(B)228.89º56.84%74.51%-
XYZ17.5315.0150.69-
YUV106.05175.37110.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.93%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=21.93%
G=27.27%
B=50.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821021900.570.4600.25228.8945.3853.33
Hex5266BE392E019e52d35
Octal12214627671560313455565
Binary101001011001101011111011100110111001100111100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,102,190); }

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

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

 a { background-color: rgb(82,102,190); }

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

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

 span { border-color: rgb(82,102,190); }

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