#505FCA

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

Shades of Free Speech Blue #505FCA

Tints of Free Speech Blue #505FCA

Color information

#505FCA (or 0x505FCA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5F and CA. RGB value is (80,95,202). Sum of RGB (Red+Green+Blue) = 80+95+202=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #505FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FCA is #AFA035. Grayscale: #666666. Windows color (decimal): -11509814 or 13262672. OLE color: 13262672.

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

Color convert

RGB8095202-
CMYK0.600.5300.21
HSL232.62º53.51%55.29%-
HSV(B)232.62º60.4%79.22%-
XYZ18.0614.1557.66-
YUV102.71184.03111.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=21.22%
G=25.20%
B=53.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80952020.600.5300.21232.6253.5155.29
Hex505FCA3C35015e93637
Octal12013731274650253516667
Binary101000010111111100101011110011010101010111101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,95,202); }

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

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

 a { background-color: rgb(80,95,202); }

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

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

 span { border-color: rgb(80,95,202); }

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