#505CBD

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

Shades of Free Speech Blue #505CBD

Tints of Free Speech Blue #505CBD

Color information

#505CBD (or 0x505CBD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5C and BD. RGB value is (80,92,189). Sum of RGB (Red+Green+Blue) = 80+92+189=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #505CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBD is #AFA342. Grayscale: #636363. Windows color (decimal): -11510595 or 12409936. OLE color: 12409936.

HSL color Cylindrical-coordinate representation of color #505CBD: hue angle of 233.39º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505CBD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8092189-
CMYK0.580.5100.26
HSL233.39º45.23%52.75%-
HSV(B)233.39º57.67%74.12%-
XYZ16.3213.0349.8-
YUV99.47178.52114.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=22.16%
G=25.48%
B=52.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80921890.580.5100.26233.3945.2352.75
Hex505CBD3A3301Ae92d35
Octal12013427572630323515565
Binary101000010111001011110111101011001101101011101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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