#5055CC

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

Shades of Free Speech Blue #5055CC

Tints of Free Speech Blue #5055CC

Color information

#5055CC (or 0x5055CC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 55 and CC. RGB value is (80,85,204). Sum of RGB (Red+Green+Blue) = 80+85+204=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5055CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055CC is #AFAA33. Grayscale: #606060. Windows color (decimal): -11512372 or 13391184. OLE color: 13391184.

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

Color convert

RGB8085204-
CMYK0.610.5800.2
HSL237.58º54.87%55.69%-
HSV(B)237.58º60.78%80%-
XYZ17.4612.5658.63-
YUV97.07188.34115.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=21.68%
G=23.04%
B=55.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80852040.610.5800.2237.5854.8755.69
Hex5055CC3D3A014ee3738
Octal12012531475720243566770
Binary101000010101011100110011110111101001010011101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5055CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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