#5041CC

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

Shades of Free Speech Blue #5041CC

Tints of Free Speech Blue #5041CC

Color information

#5041CC (or 0x5041CC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 41 and CC. RGB value is (80,65,204). Sum of RGB (Red+Green+Blue) = 80+65+204=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #5041CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041CC is #AFBE33. Grayscale: #545454. Windows color (decimal): -11517492 or 13386064. OLE color: 13386064.

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

Color convert

RGB8065204-
CMYK0.610.6800.2
HSL246.47º57.68%52.75%-
HSV(B)246.47º68.14%80%-
XYZ16.19.8558.18-
YUV85.33194.97124.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=22.92%
G=18.62%
B=58.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80652040.610.6800.2246.4757.6852.75
Hex5041CC3D44014f63a35
Octal120101314751040243667265
Binary1010000100000111001100111101100010001010011110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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