#5051CC

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

Shades of Free Speech Blue #5051CC

Tints of Free Speech Blue #5051CC

Color information

#5051CC (or 0x5051CC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 51 and CC. RGB value is (80,81,204). Sum of RGB (Red+Green+Blue) = 80+81+204=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 81 (32.03% from 255 or 22.19% 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 #5051CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051CC is #AFAE33. Grayscale: #5E5E5E. Windows color (decimal): -11513396 or 13390160. OLE color: 13390160.

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

Color convert

RGB8081204-
CMYK0.610.6000.2
HSL239.52º54.87%55.69%-
HSV(B)239.52º60.78%80%-
XYZ17.1511.9558.53-
YUV94.72189.67117.5-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80812040.610.6000.2239.5254.8755.69
Hex5051CC3D3C014f03738
Octal12012131475740243606770
Binary101000010100011100110011110111110001010011110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5051CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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