#505CC1

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

Shades of Free Speech Blue #505CC1

Tints of Free Speech Blue #505CC1

Color information

#505CC1 (or 0x505CC1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and C1. RGB value is (80,92,193). Sum of RGB (Red+Green+Blue) = 80+92+193=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #505CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CC1 is #AFA33E. Grayscale: #636363. Windows color (decimal): -11510591 or 12672080. OLE color: 12672080.

HSL color Cylindrical-coordinate representation of color #505CC1: hue angle of 233.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #505CC1 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8092193-
CMYK0.590.5200.24
HSL233.63º47.68%53.53%-
HSV(B)233.63º58.55%75.69%-
XYZ16.7613.2152.12-
YUV99.93180.52113.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=21.92%
G=25.21%
B=52.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80921930.590.5200.24233.6347.6853.53
Hex505CC13B34018ea3036
Octal12013430173640303526066
Binary101000010111001100000111101111010001100011101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,92,193); }

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

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

 a { background-color: rgb(80,92,193); }

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

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

 span { border-color: rgb(80,92,193); }

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