#5150CC

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

Shades of Free Speech Blue #5150CC

Tints of Free Speech Blue #5150CC

Color information

#5150CC (or 0x5150CC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 50 and CC. RGB value is (81,80,204). Sum of RGB (Red+Green+Blue) = 81+80+204=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #5150CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5150CC is #AEAF33. Grayscale: #5D5D5D. Windows color (decimal): -11448116 or 13389905. OLE color: 13389905.

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

Color convert

RGB8180204-
CMYK0.600.6100.2
HSL240.48º54.87%55.69%-
HSV(B)240.48º60.78%80%-
XYZ17.1611.8558.51-
YUV94.43189.83118.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=22.19%
G=21.92%
B=55.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81802040.600.6100.2240.4854.8755.69
Hex5150CC3C3D014f03738
Octal12112031474750243606770
Binary101000110100001100110011110011110101010011110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5150CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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