#505BC8

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

Shades of Free Speech Blue #505BC8

Tints of Free Speech Blue #505BC8

Color information

#505BC8 (or 0x505BC8) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5B and C8. RGB value is (80,91,200). Sum of RGB (Red+Green+Blue) = 80+91+200=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #505BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505BC8 is #AFA437. Grayscale: #636363. Windows color (decimal): -11510840 or 13130576. OLE color: 13130576.

HSL color Cylindrical-coordinate representation of color #505BC8: hue angle of 234.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #505BC8 is Cyan = 0.6, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8091200-
CMYK0.60.5400.22
HSL234.5º52.17%54.9%-
HSV(B)234.5º60%78.43%-
XYZ17.4713.3656.3-
YUV100.14184.36113.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 200 (78.52% from 255) = 53.91%
R=21.56%
G=24.53%
B=53.91%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80912000.60.5400.22234.552.1754.9
Hex505BC83C36016ea3437
Octal12013331074660263526467
Binary101000010110111100100011110011011001011011101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,91,200); }

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

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

 a { background-color: rgb(80,91,200); }

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

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

 span { border-color: rgb(80,91,200); }

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