#5142C7

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

Shades of Free Speech Blue #5142C7

Tints of Free Speech Blue #5142C7

Color information

#5142C7 (or 0x5142C7) is unknown color: approx Free Speech Blue. HEX triplet: 51, 42 and C7. RGB value is (81,66,199). Sum of RGB (Red+Green+Blue) = 81+66+199=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #5142C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142C7 is #AEBD38. Grayscale: #555555. Windows color (decimal): -11451705 or 13058641. OLE color: 13058641.

HSL color Cylindrical-coordinate representation of color #5142C7: hue angle of 246.77º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5142C7 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8166199-
CMYK0.590.6700.22
HSL246.77º54.29%51.96%-
HSV(B)246.77º66.83%78.04%-
XYZ15.659.7755.09-
YUV85.65191.97124.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 199 (78.12% from 255) = 57.51%
R=23.41%
G=19.08%
B=57.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal81661990.590.6700.22246.7754.2951.96
Hex5142C73B43016f73634
Octal121102307731030263676664
Binary1010001100001011000111111011100001101011011110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5142C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5142C7; }

 p { color: rgb(81,66,199); }

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

<style>
 a { background-color: #5142C7; }

 a { background-color: rgb(81,66,199); }

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

<style>
 span { border-color: #5142C7; }

 span { border-color: rgb(81,66,199); }

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