#5266CC

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

Shades of Free Speech Blue #5266CC

Tints of Free Speech Blue #5266CC

Color information

#5266CC (or 0x5266CC) is unknown color: approx Free Speech Blue. HEX triplet: 52, 66 and CC. RGB value is (82,102,204). Sum of RGB (Red+Green+Blue) = 82+102+204=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5266CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5266CC is #AD9933. Grayscale: #6B6B6B. Windows color (decimal): -11376948 or 13395538. OLE color: 13395538.

HSL color Cylindrical-coordinate representation of color #5266CC: hue angle of 230.16º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5266CC is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82102204-
CMYK0.600.500.2
HSL230.16º54.46%56.08%-
HSV(B)230.16º59.8%80%-
XYZ19.1315.6659.14-
YUV107.65182.37109.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=21.13%
G=26.29%
B=52.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821022040.600.500.2230.1654.4656.08
Hex5266CC3C32014e63638
Octal12214631474620243466670
Binary101001011001101100110011110011001001010011100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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