#504DCB

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

Shades of Free Speech Blue #504DCB

Tints of Free Speech Blue #504DCB

Color information

#504DCB (or 0x504DCB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4D and CB. RGB value is (80,77,203). Sum of RGB (Red+Green+Blue) = 80+77+203=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #504DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DCB is #AFB234. Grayscale: #5B5B5B. Windows color (decimal): -11514421 or 13323600. OLE color: 13323600.

HSL color Cylindrical-coordinate representation of color #504DCB: hue angle of 241.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #504DCB is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8077203-
CMYK0.610.6200.20
HSL241.43º54.78%54.9%-
HSV(B)241.43º62.07%79.61%-
XYZ16.7411.3357.8-
YUV92.26190.49119.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 203 (79.69% from 255) = 56.39%
R=22.22%
G=21.39%
B=56.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80772030.610.6200.20241.4354.7854.9
Hex504DCB3D3E014f13737
Octal12011531375760243616767
Binary101000010011011100101111110111111001010011110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504DCB; }

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

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

<style>
 a { background-color: #504DCB; }

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

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

<style>
 span { border-color: #504DCB; }

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

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