#505CBF

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

Shades of Free Speech Blue #505CBF

Tints of Free Speech Blue #505CBF

Color information

#505CBF (or 0x505CBF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and BF. RGB value is (80,92,191). Sum of RGB (Red+Green+Blue) = 80+92+191=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #505CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBF is #AFA340. Grayscale: #636363. Windows color (decimal): -11510593 or 12541008. OLE color: 12541008.

HSL color Cylindrical-coordinate representation of color #505CBF: hue angle of 233.51º degrees, saturation: 0.46, 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 #505CBF is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8092191-
CMYK0.580.5200.25
HSL233.51º46.44%53.14%-
HSV(B)233.51º58.12%74.9%-
XYZ16.5413.1250.95-
YUV99.7179.52113.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 191 (75% from 255) = 52.62%
R=22.04%
G=25.34%
B=52.62%

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
Decimal80921910.580.5200.25233.5146.4453.14
Hex505CBF3A34019ea2e35
Octal12013427772640313525665
Binary101000010111001011111111101011010001100111101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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