#505BC2

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

Shades of Free Speech Blue #505BC2

Tints of Free Speech Blue #505BC2

Color information

#505BC2 (or 0x505BC2) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and C2. RGB value is (80,91,194). Sum of RGB (Red+Green+Blue) = 80+91+194=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #505BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BC2 is #AFA43D. Grayscale: #636363. Windows color (decimal): -11510846 or 12737360. OLE color: 12737360.

HSL color Cylindrical-coordinate representation of color #505BC2: hue angle of 234.21º 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 #505BC2 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8091194-
CMYK0.590.5300.24
HSL234.21º48.31%53.73%-
HSV(B)234.21º58.76%76.08%-
XYZ16.7913.0852.68-
YUV99.45181.36114.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 194 (76.17% from 255) = 53.15%
R=21.92%
G=24.93%
B=53.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80911940.590.5300.24234.2148.3153.73
Hex505BC23B35018ea3036
Octal12013330273650303526066
Binary101000010110111100001011101111010101100011101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,194); }

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

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

 a { background-color: rgb(80,91,194); }

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

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

 span { border-color: rgb(80,91,194); }

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