#505CC0

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

Shades of Free Speech Blue #505CC0

Tints of Free Speech Blue #505CC0

Color information

#505CC0 (or 0x505CC0) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and C0. RGB value is (80,92,192). Sum of RGB (Red+Green+Blue) = 80+92+192=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #505CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CC0 is #AFA33F. Grayscale: #636363. Windows color (decimal): -11510592 or 12606544. OLE color: 12606544.

HSL color Cylindrical-coordinate representation of color #505CC0: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505CC0 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8092192-
CMYK0.580.5200.25
HSL233.57º47.06%53.33%-
HSV(B)233.57º58.33%75.29%-
XYZ16.6513.1751.53-
YUV99.81180.02113.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=21.98%
G=25.27%
B=52.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80921920.580.5200.25233.5747.0653.33
Hex505CC03A34019ea2f35
Octal12013430072640313525765
Binary101000010111001100000011101011010001100111101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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