#505abd

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

Shades of Free Speech Blue #505ABD

Tints of Free Speech Blue #505ABD

Color information

#505ABD (or 0x505ABD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5A and BD. RGB value is (80,90,189). Sum of RGB (Red+Green+Blue) = 80+90+189=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #505ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ABD is #AFA542. Grayscale: #616161. Windows color (decimal): -11511107 or 12409424. OLE color: 12409424.

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

Color convert

RGB8090189-
CMYK0.580.5200.26
HSL234.5º45.23%52.75%-
HSV(B)234.5º57.67%74.12%-
XYZ16.1512.6949.74-
YUV98.3179.19114.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 189 (74.22% from 255) = 52.65%
R=22.28%
G=25.07%
B=52.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80901890.580.5200.26234.545.2352.75
Hex505ABD3A3401Aea2d35
Octal12013227572640323525565
Binary101000010110101011110111101011010001101011101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505abd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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