#5163CC

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

Shades of Free Speech Blue #5163CC

Tints of Free Speech Blue #5163CC

Color information

#5163CC (or 0x5163CC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 63 and CC. RGB value is (81,99,204). Sum of RGB (Red+Green+Blue) = 81+99+204=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #5163CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5163CC is #AE9C33. Grayscale: #696969. Windows color (decimal): -11443252 or 13394769. OLE color: 13394769.

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

Color convert

RGB8199204-
CMYK0.600.5100.2
HSL231.22º54.67%55.88%-
HSV(B)231.22º60.29%80%-
XYZ18.7515.0359.04-
YUV105.59183.54110.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.09%
GREEN value IS 99 (39.06% from 255) = 25.78%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=21.09%
G=25.78%
B=53.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81992040.600.5100.2231.2254.6755.88
Hex5163CC3C33014e73738
Octal12114331474630243476770
Binary101000111000111100110011110011001101010011100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5163CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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