#505CBB

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

Shades of Free Speech Blue #505CBB

Tints of Free Speech Blue #505CBB

Color information

#505CBB (or 0x505CBB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and BB. RGB value is (80,92,187). Sum of RGB (Red+Green+Blue) = 80+92+187=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #505CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBB is #AFA344. Grayscale: #626262. Windows color (decimal): -11510597 or 12278864. OLE color: 12278864.

HSL color Cylindrical-coordinate representation of color #505CBB: hue angle of 233.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505CBB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8092187-
CMYK0.570.5100.27
HSL233.27º44.03%52.35%-
HSV(B)233.27º57.22%73.33%-
XYZ16.1112.9548.66-
YUV99.24177.52114.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=22.28%
G=25.63%
B=52.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80921870.570.5100.27233.2744.0352.35
Hex505CBB393301Be92c34
Octal12013427371630333515464
Binary101000010111001011101111100111001101101111101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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