#505DC7

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

Shades of Free Speech Blue #505DC7

Tints of Free Speech Blue #505DC7

Color information

#505DC7 (or 0x505DC7) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5D and C7. RGB value is (80,93,199). Sum of RGB (Red+Green+Blue) = 80+93+199=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #505DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505DC7 is #AFA238. Grayscale: #646464. Windows color (decimal): -11510329 or 13065552. OLE color: 13065552.

HSL color Cylindrical-coordinate representation of color #505DC7: hue angle of 233.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505DC7 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8093199-
CMYK0.600.5300.22
HSL233.45º51.52%54.71%-
HSV(B)233.45º59.8%78.04%-
XYZ17.5313.6655.75-
YUV101.2183.19112.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 93 (36.72% from 255) = 25%
BLUE value IS 199 (78.12% from 255) = 53.49%
R=21.51%
G=25%
B=53.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80931990.600.5300.22233.4551.5254.71
Hex505DC73C35016e93437
Octal12013530774650263516467
Binary101000010111011100011111110011010101011011101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505DC7; }

 p { color: rgb(80,93,199); }

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

<style>
 a { background-color: #505DC7; }

 a { background-color: rgb(80,93,199); }

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

<style>
 span { border-color: #505DC7; }

 span { border-color: rgb(80,93,199); }

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