#505abe

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

Shades of Free Speech Blue #505ABE

Tints of Free Speech Blue #505ABE

Color information

#505ABE (or 0x505ABE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5A and BE. RGB value is (80,90,190). Sum of RGB (Red+Green+Blue) = 80+90+190=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #505ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ABE is #AFA541. Grayscale: #626262. Windows color (decimal): -11511106 or 12474960. OLE color: 12474960.

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

Color convert

RGB8090190-
CMYK0.580.5300.25
HSL234.55º45.83%52.94%-
HSV(B)234.55º57.89%74.51%-
XYZ16.2612.7450.32-
YUV98.41179.69114.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.22%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=22.22%
G=25%
B=52.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80901900.580.5300.25234.5545.8352.94
Hex505ABE3A35019eb2e35
Octal12013227672650313535665
Binary101000010110101011111011101011010101100111101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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