#505ACC

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

Shades of Free Speech Blue #505ACC

Tints of Free Speech Blue #505ACC

Color information

#505ACC (or 0x505ACC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5A and CC. RGB value is (80,90,204). Sum of RGB (Red+Green+Blue) = 80+90+204=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #505ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ACC is #AFA533. Grayscale: #636363. Windows color (decimal): -11511092 or 13392464. OLE color: 13392464.

HSL color Cylindrical-coordinate representation of color #505ACC: hue angle of 235.16º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505ACC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8090204-
CMYK0.610.5600.2
HSL235.16º54.87%55.69%-
HSV(B)235.16º60.78%80%-
XYZ17.8613.3858.77-
YUV100.01186.69113.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 90 (35.55% from 255) = 24.06%
BLUE value IS 204 (80.08% from 255) = 54.55%
R=21.39%
G=24.06%
B=54.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80902040.610.5600.2235.1654.8755.69
Hex505ACC3D38014eb3738
Octal12013231475700243536770
Binary101000010110101100110011110111100001010011101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,90,204); }

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

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

 a { background-color: rgb(80,90,204); }

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

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

 span { border-color: rgb(80,90,204); }

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