#505CC2

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

Shades of Free Speech Blue #505CC2

Tints of Free Speech Blue #505CC2

Color information

#505CC2 (or 0x505CC2) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and C2. RGB value is (80,92,194). Sum of RGB (Red+Green+Blue) = 80+92+194=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #505CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CC2 is #AFA33D. Grayscale: #636363. Windows color (decimal): -11510590 or 12737616. OLE color: 12737616.

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

Color convert

RGB8092194-
CMYK0.590.5300.24
HSL233.68º48.31%53.73%-
HSV(B)233.68º58.76%76.08%-
XYZ16.8713.2552.71-
YUV100.04181.02113.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=21.86%
G=25.14%
B=53.01%

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
Decimal80921940.590.5300.24233.6848.3153.73
Hex505CC23B35018ea3036
Octal12013430273650303526066
Binary101000010111001100001011101111010101100011101010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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