#5167c0

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

Shades of Free Speech Blue #5167C0

Tints of Free Speech Blue #5167C0

Color information

#5167C0 (or 0x5167C0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 67 and C0. RGB value is (81,103,192). Sum of RGB (Red+Green+Blue) = 81+103+192=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #5167C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5167C0 is #AE983F. Grayscale: #6A6A6A. Windows color (decimal): -11442240 or 12609361. OLE color: 12609361.

HSL color Cylindrical-coordinate representation of color #5167C0: hue angle of 228.11º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5167C0 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81103192-
CMYK0.580.4600.25
HSL228.11º46.84%53.53%-
HSV(B)228.11º57.81%75.29%-
XYZ17.7615.2651.88-
YUV106.57176.21109.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 192 (75.39% from 255) = 51.06%
R=21.54%
G=27.39%
B=51.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811031920.580.4600.25228.1146.8453.53
Hex5167C03A2E019e42f36
Octal12114730072560313445766
Binary101000111001111100000011101010111001100111100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5167c0; }

 p { color: rgb(81,103,192); }

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

<style>
 a { background-color: #5167c0; }

 a { background-color: rgb(81,103,192); }

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

<style>
 span { border-color: #5167c0; }

 span { border-color: rgb(81,103,192); }

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