#5041CB

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

Shades of Free Speech Blue #5041CB

Tints of Free Speech Blue #5041CB

Color information

#5041CB (or 0x5041CB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 41 and CB. RGB value is (80,65,203). Sum of RGB (Red+Green+Blue) = 80+65+203=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #5041CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041CB is #AFBE34. Grayscale: #545454. Windows color (decimal): -11517493 or 13320528. OLE color: 13320528.

HSL color Cylindrical-coordinate representation of color #5041CB: hue angle of 246.52º degrees, saturation: 0.57, 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 #5041CB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8065203-
CMYK0.610.6800.20
HSL246.52º57.02%52.55%-
HSV(B)246.52º67.98%79.61%-
XYZ15.989.857.55-
YUV85.22194.47124.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=22.99%
G=18.68%
B=58.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80652030.610.6800.20246.5257.0252.55
Hex5041CB3D44014f73935
Octal120101313751040243677165
Binary1010000100000111001011111101100010001010011110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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