#505ECD

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

Shades of Free Speech Blue #505ECD

Tints of Free Speech Blue #505ECD

Color information

#505ECD (or 0x505ECD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5E and CD. RGB value is (80,94,205). Sum of RGB (Red+Green+Blue) = 80+94+205=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #505ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ECD is #AFA132. Grayscale: #666666. Windows color (decimal): -11510067 or 13459024. OLE color: 13459024.

HSL color Cylindrical-coordinate representation of color #505ECD: hue angle of 233.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #505ECD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8094205-
CMYK0.610.5400.20
HSL233.28º55.56%55.88%-
HSV(B)233.28º60.98%80.39%-
XYZ18.3314.1259.52-
YUV102.47185.86111.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 94 (37.11% from 255) = 24.80%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=21.11%
G=24.80%
B=54.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80942050.610.5400.20233.2855.5655.88
Hex505ECD3D36014e93838
Octal12013631575660243517070
Binary101000010111101100110111110111011001010011101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,205); }

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

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

 a { background-color: rgb(80,94,205); }

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

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

 span { border-color: rgb(80,94,205); }

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