#5162CC

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

Shades of Free Speech Blue #5162CC

Tints of Free Speech Blue #5162CC

Color information

#5162CC (or 0x5162CC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 62 and CC. RGB value is (81,98,204). Sum of RGB (Red+Green+Blue) = 81+98+204=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #5162CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5162CC is #AE9D33. Grayscale: #686868. Windows color (decimal): -11443508 or 13394513. OLE color: 13394513.

HSL color Cylindrical-coordinate representation of color #5162CC: hue angle of 231.71º degrees, saturation: 0.55, 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 #5162CC is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8198204-
CMYK0.600.5200.2
HSL231.71º54.67%55.88%-
HSV(B)231.71º60.29%80%-
XYZ18.6614.8459.01-
YUV105183.87110.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 204 (80.08% from 255) = 53.26%
R=21.15%
G=25.59%
B=53.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81982040.600.5200.2231.7154.6755.88
Hex5162CC3C34014e83738
Octal12114231474640243506770
Binary101000111000101100110011110011010001010011101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5162CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,98,204); }

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

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

 a { background-color: rgb(81,98,204); }

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

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

 span { border-color: rgb(81,98,204); }

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